Html Css Color HEX #011789 Dark Blue

📋 copy color: '#011789'

red 1 ◦ green 23 ◦ blue 137

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

Shades of Dark Blue #011789

Tints of Dark Blue #011789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

 BLUE value IS 137 (53.91% from 255) = 85.09%

R = 0.62%
G = 14.29%
B = 85.09%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#011789 (or 0x011789) is known color: Dark Blue. HEX triplet: 01, 17 and 89. RGB value is (1,23,137). Sum of RGB (Red+Green+Blue) = 1+23+137=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 137 (53.91% from 255 or 85.09% from 161); Max value from RGB is 137 - color contains mainly: blue. Hex color #011789 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011789 is #FEE876. Grayscale: #1C1C1C. Windows color (decimal): -16705655 or 8984321. OLE color: 8984321.

HSL color Cylindrical-coordinate representation of color #011789: hue angle of 230.29º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011789 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 23 137 -
CMYK 0.99 0.83 0 0.46
HSL 230.29º 0.99% 0.27% -
HSV(B) 230.29º 0.99% 0.54% -
XYZ 4.83 2.43 23.88 -
YUV 29.42 188.71 107.73 -
System Red Green Blue C M Y K H S L
Decimal 1 23 137 0.99 0.83 0 0.46 230.29 0.99 0.27
Hex 1 17 89 63 53 0 2E E6 63 1B
Octal 1 27 211 143 123 0 56 346 143 33
Binary 1 10111 10001001 1100011 1010011 0 101110 11100110 1100011 11011

Color Harmonies of #011789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011789

Black with #011789

Text Example


Text Example

White with #011789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011789; }

 p { color: rgb(1,23,137); }

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

background-color css

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

 a { background-color: rgb(1,23,137); }

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

border-color css

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

 span { border-color: rgb(1,23,137); }

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