Html Css Color HEX #011992 Dark Blue

📋 copy color: '#011992'

red 1 ◦ green 25 ◦ blue 146

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

Shades of Dark Blue #011992

Tints of Dark Blue #011992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.53%

 BLUE value IS 146 (57.42% from 255) = 84.88%

R = 0.58%
G = 14.53%
B = 84.88%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#011992 (or 0x011992) is known color: Dark Blue. HEX triplet: 01, 19 and 92. RGB value is (1,25,146). Sum of RGB (Red+Green+Blue) = 1+25+146=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 146 (57.42% from 255 or 84.88% from 172); Max value from RGB is 146 - color contains mainly: blue. Hex color #011992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011992 is #FEE66D. Grayscale: #1F1F1F. Windows color (decimal): -16705134 or 9574657. OLE color: 9574657.

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

Color convert

RGB 1 25 146 -
CMYK 0.99 0.83 0 0.43
HSL 230.07º 0.99% 0.29% -
HSV(B) 230.07º 0.99% 0.57% -
XYZ 5.55 2.78 27.44 -
YUV 31.62 192.55 106.16 -
System Red Green Blue C M Y K H S L
Decimal 1 25 146 0.99 0.83 0 0.43 230.07 0.99 0.29
Hex 1 19 92 63 53 0 2B E6 63 1D
Octal 1 31 222 143 123 0 53 346 143 35
Binary 1 11001 10010010 1100011 1010011 0 101011 11100110 1100011 11101

Color Harmonies of #011992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011992

Black with #011992

Text Example


Text Example

White with #011992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011992; }

 p { color: rgb(1,25,146); }

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

background-color css

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

 a { background-color: rgb(1,25,146); }

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

border-color css

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

 span { border-color: rgb(1,25,146); }

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