Html Css Color HEX #011B87 Dark Blue

📋 copy color: '#011B87'

red 1 ◦ green 27 ◦ blue 135

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

Shades of Dark Blue #011B87

Tints of Dark Blue #011B87

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

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

R = 0.61%
G = 16.56%
B = 82.82%

CMYK

 C value IS 0.99

 M value IS 0.8

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#011B87 (or 0x011B87) is known color: Dark Blue. HEX triplet: 01, 1B and 87. RGB value is (1,27,135). Sum of RGB (Red+Green+Blue) = 1+27+135=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #011B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B87 is #FEE478. Grayscale: #1F1F1F. Windows color (decimal): -16704633 or 8854273. OLE color: 8854273.

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

Color convert

RGB 1 27 135 -
CMYK 0.99 0.8 0 0.47
HSL 228.36º 0.99% 0.27% -
HSV(B) 228.36º 0.99% 0.53% -
XYZ 4.78 2.54 23.16 -
YUV 31.54 186.39 106.22 -
System Red Green Blue C M Y K H S L
Decimal 1 27 135 0.99 0.8 0 0.47 228.36 0.99 0.27
Hex 1 1B 87 63 50 0 2F E4 63 1B
Octal 1 33 207 143 120 0 57 344 143 33
Binary 1 11011 10000111 1100011 1010000 0 101111 11100100 1100011 11011

Color Harmonies of #011B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B87

Black with #011B87

Text Example


Text Example

White with #011B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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