Html Css Color HEX #040C90 Dark Blue

📋 copy color: '#040C90'

red 4 ◦ green 12 ◦ blue 144

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

Shades of Dark Blue #040C90

Tints of Dark Blue #040C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 90%

R = 2.5%
G = 7.5%
B = 90%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#040C90 (or 0x040C90) is known color: Dark Blue. HEX triplet: 04, 0C and 90. RGB value is (4,12,144). Sum of RGB (Red+Green+Blue) = 4+12+144=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 144 (56.64% from 255 or 90% from 160); Max value from RGB is 144 - color contains mainly: blue. Hex color #040C90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040C90 is #FBF36F. Grayscale: #181818. Windows color (decimal): -16511856 or 9440260. OLE color: 9440260.

HSL color Cylindrical-coordinate representation of color #040C90: hue angle of 236.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040C90 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 12 144 -
CMYK 0.97 0.92 0 0.44
HSL 236.57º 0.95% 0.29% -
HSV(B) 236.57º 0.97% 0.56% -
XYZ 5.22 2.3 26.56 -
YUV 24.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 4 12 144 0.97 0.92 0 0.44 236.57 0.95 0.29
Hex 4 C 90 61 5C 0 2C ED 5F 1D
Octal 4 14 220 141 134 0 54 355 137 35
Binary 100 1100 10010000 1100001 1011100 0 101100 11101101 1011111 11101

Color Harmonies of #040C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C90

Black with #040C90

Text Example


Text Example

White with #040C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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