Html Css Color HEX #04085A Midnight Blue

📋 copy color: '#04085A'

red 4 ◦ green 8 ◦ blue 90

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

Shades of Midnight Blue #04085A

Tints of Midnight Blue #04085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.84%

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

R = 3.92%
G = 7.84%
B = 88.24%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04085A (or 0x04085A) is known color: Midnight Blue. HEX triplet: 04, 08 and 5A. RGB value is (4,8,90). Sum of RGB (Red+Green+Blue) = 4+8+90=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 90 (35.55% from 255 or 88.24% from 102); Max value from RGB is 90 - color contains mainly: blue. Hex color #04085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04085A is #FBF7A5. Grayscale: #0F0F0F. Windows color (decimal): -16512934 or 5900292. OLE color: 5900292.

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

Color convert

RGB 4 8 90 -
CMYK 0.96 0.91 0 0.65
HSL 237.21º 0.91% 0.18% -
HSV(B) 237.21º 0.96% 0.35% -
XYZ 1.98 0.94 9.75 -
YUV 16.15 169.67 119.33 -
System Red Green Blue C M Y K H S L
Decimal 4 8 90 0.96 0.91 0 0.65 237.21 0.91 0.18
Hex 4 8 5A 60 5B 0 41 ED 5B 12
Octal 4 10 132 140 133 0 101 355 133 22
Binary 100 1000 1011010 1100000 1011011 0 1000001 11101101 1011011 10010

Color Harmonies of #04085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04085A

Black with #04085A

Text Example


Text Example

White with #04085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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