Html Css Color HEX #010F87 Dark Blue

📋 copy color: '#010F87'

red 1 ◦ green 15 ◦ blue 135

#010F87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #010F87

Tints of Dark Blue #010F87

RGB

 RED value IS 1 (0.78% from 255) = 0.66%

 GREEN value IS 15 (6.25% from 255) = 9.93%

 BLUE value IS 135 (53.13% from 255) = 89.4%

R = 0.66%
G = 9.93%
B = 89.4%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#010F87 (or 0x010F87) is known color: Dark Blue. HEX triplet: 01, 0F and 87. RGB value is (1,15,135). Sum of RGB (Red+Green+Blue) = 1+15+135=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 135 (53.12% from 255 or 89.40% from 151); Max value from RGB is 135 - color contains mainly: blue. Hex color #010F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F87 is #FEF078. Grayscale: #181818. Windows color (decimal): -16707705 or 8851201. OLE color: 8851201.

HSL color Cylindrical-coordinate representation of color #010F87: hue angle of 233.73º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F87 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 15 135 -
CMYK 0.99 0.89 0 0.47
HSL 233.73º 0.99% 0.27% -
HSV(B) 233.73º 0.99% 0.53% -
XYZ 4.56 2.1 23.09 -
YUV 24.49 190.36 111.24 -
System Red Green Blue C M Y K H S L
Decimal 1 15 135 0.99 0.89 0 0.47 233.73 0.99 0.27
Hex 1 F 87 63 59 0 2F EA 63 1B
Octal 1 17 207 143 131 0 57 352 143 33
Binary 1 1111 10000111 1100011 1011001 0 101111 11101010 1100011 11011

Color Harmonies of #010F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F87

Black with #010F87

Text Example


Text Example

White with #010F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010F87; }

 p { color: rgb(1,15,135); }

 H1.HeaderClassName
 {
   color: #010F87;
 }
 .AnyTagClassName
 {
   color: #010F87;
 }
</style>

background-color css

<style>
 a { background-color: #010F87; }

 a { background-color: rgb(1,15,135); }

 div.DivClassName
 {
   background-color: #010F87;
 }
 .BgClassName
 {
   background-color: #010F87;
 }
</style>

border-color css

<style>
 span { border-color: #010F87; }

 span { border-color: rgb(1,15,135); }

 td.TdClassName
 {
   border-color: #010F87;
 }
 .TagClassName
 {
   border-color: #010F87;
 }
</style>