Html Css Color HEX #040992 Dark Blue

📋 copy color: '#040992'

red 4 ◦ green 9 ◦ blue 146

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

Shades of Dark Blue #040992

Tints of Dark Blue #040992

RGB

 RED value IS 4 (1.95% from 255) = 2.52%

 GREEN value IS 9 (3.91% from 255) = 5.66%

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

R = 2.52%
G = 5.66%
B = 91.82%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#040992 (or 0x040992) is known color: Dark Blue. HEX triplet: 04, 09 and 92. RGB value is (4,9,146). Sum of RGB (Red+Green+Blue) = 4+9+146=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 146 (57.42% from 255 or 91.82% from 159); Max value from RGB is 146 - color contains mainly: blue. Hex color #040992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040992 is #FBF66D. Grayscale: #161616. Windows color (decimal): -16512622 or 9570564. OLE color: 9570564.

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

Color convert

RGB 4 9 146 -
CMYK 0.97 0.94 0 0.43
HSL 237.89º 0.95% 0.29% -
HSV(B) 237.89º 0.97% 0.57% -
XYZ 5.34 2.3 27.36 -
YUV 23.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 4 9 146 0.97 0.94 0 0.43 237.89 0.95 0.29
Hex 4 9 92 61 5E 0 2B EE 5F 1D
Octal 4 11 222 141 136 0 53 356 137 35
Binary 100 1001 10010010 1100001 1011110 0 101011 11101110 1011111 11101

Color Harmonies of #040992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040992

Black with #040992

Text Example


Text Example

White with #040992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040992; }

 p { color: rgb(4,9,146); }

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

background-color css

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

 a { background-color: rgb(4,9,146); }

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

border-color css

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

 span { border-color: rgb(4,9,146); }

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