Html Css Color HEX #04085D Midnight Blue

📋 copy color: '#04085D'

red 4 ◦ green 8 ◦ blue 93

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

Shades of Midnight Blue #04085D

Tints of Midnight Blue #04085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 88.57%

R = 3.81%
G = 7.62%
B = 88.57%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04085D (or 0x04085D) is known color: Midnight Blue. HEX triplet: 04, 08 and 5D. RGB value is (4,8,93). Sum of RGB (Red+Green+Blue) = 4+8+93=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 93 (36.72% from 255 or 88.57% from 105); Max value from RGB is 93 - color contains mainly: blue. Hex color #04085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04085D is #FBF7A2. Grayscale: #101010. Windows color (decimal): -16512931 or 6096900. OLE color: 6096900.

HSL color Cylindrical-coordinate representation of color #04085D: hue angle of 237.3º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04085D is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 8 93 -
CMYK 0.96 0.91 0 0.64
HSL 237.3º 0.92% 0.19% -
HSV(B) 237.3º 0.96% 0.36% -
XYZ 2.11 0.99 10.44 -
YUV 16.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 4 8 93 0.96 0.91 0 0.64 237.3 0.92 0.19
Hex 4 8 5D 60 5B 0 40 ED 5C 13
Octal 4 10 135 140 133 0 100 355 134 23
Binary 100 1000 1011101 1100000 1011011 0 1000000 11101101 1011100 10011

Color Harmonies of #04085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04085D

Black with #04085D

Text Example


Text Example

White with #04085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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