Color Hex Logo

#0f1dbe Color Hex

#0F1DBE
(15,29,190)
0 Favorites   0 Comments

Color spaces of #0f1dbe

RGB 1529190
HSL0.650.850.40
HSV235°92°75°
CMYK 0.920.850.00   0.25
XYZ9.93064.698049.0986
Yxy4.69800.15580.0737
Hunter Lab21.674943.8509-119.1332
CIE-Lab25.856455.0797-81.2011

#0f1dbe color RGB value is (15,29,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00011101 10111110
Octal 17 35 276
Decimal 15 29 190
Hex F 1D BE

RGB Percentages of Color #0f1dbe

%6.41
%12.39
%81.20

CMYK Percentages of Color #0f1dbe

%92
%85
%0
%25

Triadic Colors of #0f1dbe

#0f1dbe #be0f1d #1dbe0f

Analogous Colors of #0f1dbe

#0f1dbe #580fbe #0f75be

Monochromatic Colors of #0f1dbe

#0f1dbe

Complementary Color

#0f1dbe #beb00f

#0f1dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f1dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f1dbe Color CSS Codes

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

#0f1dbe Text Font Color

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

This sample text font color is #0f1dbe
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.


#0f1dbe Background Color

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

This div background color is #0f1dbe


#0f1dbe Border Color

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

This div border color is #0f1dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f1dbe


Comments

No comments written yet.

Please login to write comment.