Html Css Color HEX #011687 Dark Blue

📋 copy color: '#011687'

red 1 ◦ green 22 ◦ blue 135

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

Shades of Dark Blue #011687

Tints of Dark Blue #011687

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

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

R = 0.63%
G = 13.92%
B = 85.44%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#011687 (or 0x011687) is known color: Dark Blue. HEX triplet: 01, 16 and 87. RGB value is (1,22,135). Sum of RGB (Red+Green+Blue) = 1+22+135=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 135 (53.12% from 255 or 85.44% from 158); Max value from RGB is 135 - color contains mainly: blue. Hex color #011687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011687 is #FEE978. Grayscale: #1C1C1C. Windows color (decimal): -16705913 or 8852993. OLE color: 8852993.

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

Color convert

RGB 1 22 135 -
CMYK 0.99 0.84 0 0.47
HSL 230.6º 0.99% 0.27% -
HSV(B) 230.6º 0.99% 0.53% -
XYZ 4.67 2.33 23.13 -
YUV 28.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 1 22 135 0.99 0.84 0 0.47 230.6 0.99 0.27
Hex 1 16 87 63 54 0 2F E7 63 1B
Octal 1 26 207 143 124 0 57 347 143 33
Binary 1 10110 10000111 1100011 1010100 0 101111 11100111 1100011 11011

Color Harmonies of #011687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011687

Black with #011687

Text Example


Text Example

White with #011687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011687; }

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

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

background-color css

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

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

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

border-color css

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

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

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