Color Hex Logo

#0f46bc Color Hex

#0F46BC
(15,70,188)
0 Favorites   0 Comments

Color spaces of #0f46bc

RGB 1570188
HSL0.610.850.40
HSV221°92°74°
CMYK 0.920.630.00   0.26
XYZ11.46438.112748.5386
Yxy8.11270.16830.1191
Hunter Lab28.482822.0012-81.1003
CIE-Lab34.216530.5928-66.2019

#0f46bc color RGB value is (15,70,188).

#0f46bc hex color red value is 15, green value is 70 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0f46bc hue: 0.61 , saturation: 0.85 and the lightness value of 0f46bc is 0.40.

The process color (four color CMYK) of #0f46bc color hex is 0.92, 0.63, 0.00, 0.26. Web safe color of #0f46bc is #0033cc. Color #0f46bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000110 10111100
Octal 17 106 274
Decimal 15 70 188
Hex F 46 BC

RGB Percentages of Color #0f46bc

%5.49
%25.64
%68.86

CMYK Percentages of Color #0f46bc

%92
%63
%0
%26

Triadic Colors of #0f46bc

#0f46bc #bc0f46 #46bc0f

Analogous Colors of #0f46bc

#0f46bc #2f0fbc #0f9dbc

Monochromatic Colors of #0f46bc

#0f46bc

Complementary Color

#0f46bc #bc850f

#0f46bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f46bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f46bc Color CSS Codes

.mybgcolor {background-color:#0f46bc; } 
.myforecolor {color:#0f46bc; }
.mybordercolor {border:3px solid #0f46bc; }

#0f46bc Text Font Color

<p style="color:#0f46bc">Text here</p>

This sample text font color is #0f46bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0f46bc Background Color

<div style="background-color:#0f46bc">
Div content here</div>

This div background color is #0f46bc


#0f46bc Border Color

<div style="border:3px solid #0f46bc">
Div here</div>

This div border color is #0f46bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,70,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f46bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f46bc;
  -webkit-box-shadow: 1px 1px 3px 2px #0f46bc;
  box-shadow:         1px 1px 3px 2px #0f46bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,70,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0f46bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f46bc;
  -webkit-box-shadow: 1px 1px 3px 2px #0f46bc;
  box-shadow:         1px 1px 3px 2px #0f46bc;">
Div content here</div>

This div box has shadow with color #0f46bc


Comments

No comments written yet.

Please login to write comment.