Html Css Color HEX #040990 Dark Blue

📋 copy color: '#040990'

red 4 ◦ green 9 ◦ blue 144

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

Shades of Dark Blue #040990

Tints of Dark Blue #040990

RGB

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

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

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

R = 2.55%
G = 5.73%
B = 91.72%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#040990 (or 0x040990) is known color: Dark Blue. HEX triplet: 04, 09 and 90. RGB value is (4,9,144). Sum of RGB (Red+Green+Blue) = 4+9+144=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 144 (56.64% from 255 or 91.72% from 157); Max value from RGB is 144 - color contains mainly: blue. Hex color #040990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040990 is #FBF66F. Grayscale: #161616. Windows color (decimal): -16512624 or 9439492. OLE color: 9439492.

HSL color Cylindrical-coordinate representation of color #040990: hue angle of 237.86º 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 #040990 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 9 144 -
CMYK 0.97 0.94 0 0.44
HSL 237.86º 0.95% 0.29% -
HSV(B) 237.86º 0.97% 0.56% -
XYZ 5.18 2.23 26.54 -
YUV 22.9 196.34 114.52 -
System Red Green Blue C M Y K H S L
Decimal 4 9 144 0.97 0.94 0 0.44 237.86 0.95 0.29
Hex 4 9 90 61 5E 0 2C EE 5F 1D
Octal 4 11 220 141 136 0 54 356 137 35
Binary 100 1001 10010000 1100001 1011110 0 101100 11101110 1011111 11101

Color Harmonies of #040990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040990

Black with #040990

Text Example


Text Example

White with #040990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040990; }

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

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

background-color css

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

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

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

border-color css

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

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

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