Html Css Color HEX #040A93 Dark Blue

📋 copy color: '#040A93'

red 4 ◦ green 10 ◦ blue 147

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

Shades of Dark Blue #040A93

Tints of Dark Blue #040A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 91.3%

R = 2.48%
G = 6.21%
B = 91.3%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#040A93 (or 0x040A93) is known color: Dark Blue. HEX triplet: 04, 0A and 93. RGB value is (4,10,147). Sum of RGB (Red+Green+Blue) = 4+10+147=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 147 (57.81% from 255 or 91.30% from 161); Max value from RGB is 147 - color contains mainly: blue. Hex color #040A93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040A93 is #FBF56C. Grayscale: #171717. Windows color (decimal): -16512365 or 9636356. OLE color: 9636356.

HSL color Cylindrical-coordinate representation of color #040A93: hue angle of 237.48º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040A93 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 10 147 -
CMYK 0.97 0.93 0 0.42
HSL 237.48º 0.95% 0.3% -
HSV(B) 237.48º 0.97% 0.58% -
XYZ 5.43 2.35 27.77 -
YUV 23.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 4 10 147 0.97 0.93 0 0.42 237.48 0.95 0.3
Hex 4 A 93 61 5D 0 2A ED 5F 1E
Octal 4 12 223 141 135 0 52 355 137 36
Binary 100 1010 10010011 1100001 1011101 0 101010 11101101 1011111 11110

Color Harmonies of #040A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A93

Black with #040A93

Text Example


Text Example

White with #040A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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