Html Css Color HEX #001992 Dark Blue

📋 copy color: '#001992'

red 0 ◦ green 25 ◦ blue 146

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

Shades of Dark Blue #001992

Tints of Dark Blue #001992

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 14.62%
B = 85.38%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#001992 (or 0x001992) is known color: Dark Blue. HEX triplet: 00, 19 and 92. RGB value is (0,25,146). Sum of RGB (Red+Green+Blue) = 0+25+146=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #001992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001992 is #FFE66D. Grayscale: #1E1E1E. Windows color (decimal): -16770670 or 9574656. OLE color: 9574656.

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

Color convert

RGB 0 25 146 -
CMYK 1 0.83 0 0.43
HSL 229.73º 1% 0.29% -
HSV(B) 229.73º 1% 0.57% -
XYZ 5.54 2.77 27.44 -
YUV 31.32 192.72 105.66 -
System Red Green Blue C M Y K H S L
Decimal 0 25 146 1 0.83 0 0.43 229.73 1 0.29
Hex 0 19 92 64 53 0 2B E6 64 1D
Octal 0 31 222 144 123 0 53 346 144 35
Binary 0 11001 10010010 1100100 1010011 0 101011 11100110 1100100 11101

Color Harmonies of #001992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001992

Black with #001992

Text Example


Text Example

White with #001992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001992; }

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

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

background-color css

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

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

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

border-color css

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

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

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