Html Css Color HEX #010B87 Dark Blue

📋 copy color: '#010B87'

red 1 ◦ green 11 ◦ blue 135

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

Shades of Dark Blue #010B87

Tints of Dark Blue #010B87

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.48%

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

R = 0.68%
G = 7.48%
B = 91.84%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010B87 (or 0x010B87) is known color: Dark Blue. HEX triplet: 01, 0B and 87. RGB value is (1,11,135). Sum of RGB (Red+Green+Blue) = 1+11+135=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 135 (53.12% from 255 or 91.84% from 147); Max value from RGB is 135 - color contains mainly: blue. Hex color #010B87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B87 is #FEF478. Grayscale: #151515. Windows color (decimal): -16708729 or 8850177. OLE color: 8850177.

HSL color Cylindrical-coordinate representation of color #010B87: hue angle of 235.52º 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 #010B87 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 11 135 -
CMYK 0.99 0.92 0 0.47
HSL 235.52º 0.99% 0.27% -
HSV(B) 235.52º 0.99% 0.53% -
XYZ 4.51 2 23.07 -
YUV 22.15 191.69 112.92 -
System Red Green Blue C M Y K H S L
Decimal 1 11 135 0.99 0.92 0 0.47 235.52 0.99 0.27
Hex 1 B 87 63 5C 0 2F EC 63 1B
Octal 1 13 207 143 134 0 57 354 143 33
Binary 1 1011 10000111 1100011 1011100 0 101111 11101100 1100011 11011

Color Harmonies of #010B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B87

Black with #010B87

Text Example


Text Example

White with #010B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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