Html Css Color HEX #040A91 Dark Blue

📋 copy color: '#040A91'

red 4 ◦ green 10 ◦ blue 145

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

Shades of Dark Blue #040A91

Tints of Dark Blue #040A91

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.29%

 BLUE value IS 145 (57.03% from 255) = 91.19%

R = 2.52%
G = 6.29%
B = 91.19%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#040A91 (or 0x040A91) is known color: Dark Blue. HEX triplet: 04, 0A and 91. RGB value is (4,10,145). Sum of RGB (Red+Green+Blue) = 4+10+145=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 145 (57.03% from 255 or 91.19% from 159); Max value from RGB is 145 - color contains mainly: blue. Hex color #040A91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040A91 is #FBF56E. Grayscale: #171717. Windows color (decimal): -16512367 or 9505284. OLE color: 9505284.

HSL color Cylindrical-coordinate representation of color #040A91: hue angle of 237.45º 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 #040A91 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 10 145 -
CMYK 0.97 0.93 0 0.43
HSL 237.45º 0.95% 0.29% -
HSV(B) 237.45º 0.97% 0.57% -
XYZ 5.27 2.29 26.95 -
YUV 23.6 196.51 114.02 -
System Red Green Blue C M Y K H S L
Decimal 4 10 145 0.97 0.93 0 0.43 237.45 0.95 0.29
Hex 4 A 91 61 5D 0 2B ED 5F 1D
Octal 4 12 221 141 135 0 53 355 137 35
Binary 100 1010 10010001 1100001 1011101 0 101011 11101101 1011111 11101

Color Harmonies of #040A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A91

Black with #040A91

Text Example


Text Example

White with #040A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040A91; }

 p { color: rgb(4,10,145); }

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

background-color css

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

 a { background-color: rgb(4,10,145); }

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

border-color css

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

 span { border-color: rgb(4,10,145); }

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