Html Css Color HEX #040C93 Dark Blue

📋 copy color: '#040C93'

red 4 ◦ green 12 ◦ blue 147

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

Shades of Dark Blue #040C93

Tints of Dark Blue #040C93

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.36%

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

R = 2.45%
G = 7.36%
B = 90.18%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#040C93 (or 0x040C93) is known color: Dark Blue. HEX triplet: 04, 0C and 93. RGB value is (4,12,147). Sum of RGB (Red+Green+Blue) = 4+12+147=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 147 (57.81% from 255 or 90.18% from 163); Max value from RGB is 147 - color contains mainly: blue. Hex color #040C93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040C93 is #FBF36C. Grayscale: #181818. Windows color (decimal): -16511853 or 9636868. OLE color: 9636868.

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

Color convert

RGB 4 12 147 -
CMYK 0.97 0.92 0 0.42
HSL 236.64º 0.95% 0.3% -
HSV(B) 236.64º 0.97% 0.58% -
XYZ 5.45 2.4 27.78 -
YUV 25 196.85 113.02 -
System Red Green Blue C M Y K H S L
Decimal 4 12 147 0.97 0.92 0 0.42 236.64 0.95 0.3
Hex 4 C 93 61 5C 0 2A ED 5F 1E
Octal 4 14 223 141 134 0 52 355 137 36
Binary 100 1100 10010011 1100001 1011100 0 101010 11101101 1011111 11110

Color Harmonies of #040C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C93

Black with #040C93

Text Example


Text Example

White with #040C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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