Html Css Color HEX #04055C Midnight Blue

📋 copy color: '#04055C'

red 4 ◦ green 5 ◦ blue 92

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

Shades of Midnight Blue #04055C

Tints of Midnight Blue #04055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.95%

 BLUE value IS 92 (36.33% from 255) = 91.09%

R = 3.96%
G = 4.95%
B = 91.09%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04055C (or 0x04055C) is known color: Midnight Blue. HEX triplet: 04, 05 and 5C. RGB value is (4,5,92). Sum of RGB (Red+Green+Blue) = 4+5+92=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 92 (36.33% from 255 or 91.09% from 101); Max value from RGB is 92 - color contains mainly: blue. Hex color #04055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04055C is #FBFAA3. Grayscale: #0E0E0E. Windows color (decimal): -16513700 or 6030596. OLE color: 6030596.

HSL color Cylindrical-coordinate representation of color #04055C: hue angle of 239.32º 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 #04055C is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 5 92 -
CMYK 0.96 0.95 0 0.64
HSL 239.32º 0.92% 0.19% -
HSV(B) 239.32º 0.96% 0.36% -
XYZ 2.04 0.91 10.19 -
YUV 14.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 4 5 92 0.96 0.95 0 0.64 239.32 0.92 0.19
Hex 4 5 5C 60 5F 0 40 EF 5C 13
Octal 4 5 134 140 137 0 100 357 134 23
Binary 100 101 1011100 1100000 1011111 0 1000000 11101111 1011100 10011

Color Harmonies of #04055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04055C

Black with #04055C

Text Example


Text Example

White with #04055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04055C; }

 p { color: rgb(4,5,92); }

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

background-color css

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

 a { background-color: rgb(4,5,92); }

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

border-color css

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

 span { border-color: rgb(4,5,92); }

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