Html Css Color HEX #04045C Midnight Blue

📋 copy color: '#04045C'

red 4 ◦ green 4 ◦ blue 92

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

Shades of Midnight Blue #04045C

Tints of Midnight Blue #04045C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4%

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

R = 4%
G = 4%
B = 92%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04045C (or 0x04045C) is known color: Midnight Blue. HEX triplet: 04, 04 and 5C. RGB value is (4,4,92). Sum of RGB (Red+Green+Blue) = 4+4+92=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 92 (36.33% from 255 or 92% from 100); Max value from RGB is 92 - color contains mainly: blue. Hex color #04045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04045C is #FBFBA3. Grayscale: #0D0D0D. Windows color (decimal): -16513956 or 6030340. OLE color: 6030340.

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

Color convert

RGB 4 4 92 -
CMYK 0.96 0.96 0 0.64
HSL 240º 0.92% 0.19% -
HSV(B) 240º 0.96% 0.36% -
XYZ 2.03 0.89 10.19 -
YUV 14.03 172 120.84 -
System Red Green Blue C M Y K H S L
Decimal 4 4 92 0.96 0.96 0 0.64 240 0.92 0.19
Hex 4 4 5C 60 60 0 40 F0 5C 13
Octal 4 4 134 140 140 0 100 360 134 23
Binary 100 100 1011100 1100000 1100000 0 1000000 11110000 1011100 10011

Color Harmonies of #04045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04045C

Black with #04045C

Text Example


Text Example

White with #04045C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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