Html Css Color HEX #04035A Midnight Blue

📋 copy color: '#04035A'

red 4 ◦ green 3 ◦ blue 90

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

Shades of Midnight Blue #04035A

Tints of Midnight Blue #04035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

 BLUE value IS 90 (35.55% from 255) = 92.78%

R = 4.12%
G = 3.09%
B = 92.78%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04035A (or 0x04035A) is known color: Midnight Blue. HEX triplet: 04, 03 and 5A. RGB value is (4,3,90). Sum of RGB (Red+Green+Blue) = 4+3+90=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 90 (35.55% from 255 or 92.78% from 97); Max value from RGB is 90 - color contains mainly: blue. Hex color #04035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04035A is #FBFCA5. Grayscale: #0C0C0C. Windows color (decimal): -16514214 or 5899012. OLE color: 5899012.

HSL color Cylindrical-coordinate representation of color #04035A: hue angle of 240.69º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04035A is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 3 90 -
CMYK 0.96 0.97 0 0.65
HSL 240.69º 0.94% 0.18% -
HSV(B) 240.69º 0.97% 0.35% -
XYZ 1.93 0.83 9.73 -
YUV 13.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 4 3 90 0.96 0.97 0 0.65 240.69 0.94 0.18
Hex 4 3 5A 60 61 0 41 F1 5E 12
Octal 4 3 132 140 141 0 101 361 136 22
Binary 100 11 1011010 1100000 1100001 0 1000001 11110001 1011110 10010

Color Harmonies of #04035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04035A

Black with #04035A

Text Example


Text Example

White with #04035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04035A; }

 p { color: rgb(4,3,90); }

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

background-color css

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

 a { background-color: rgb(4,3,90); }

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

border-color css

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

 span { border-color: rgb(4,3,90); }

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