Html Css Color HEX #04055B Midnight Blue

📋 copy color: '#04055B'

red 4 ◦ green 5 ◦ blue 91

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

Shades of Midnight Blue #04055B

Tints of Midnight Blue #04055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 91%

R = 4%
G = 5%
B = 91%

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

#04055B (or 0x04055B) is known color: Midnight Blue. HEX triplet: 04, 05 and 5B. RGB value is (4,5,91). Sum of RGB (Red+Green+Blue) = 4+5+91=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 91 (35.94% from 255 or 91% from 100); Max value from RGB is 91 - color contains mainly: blue. Hex color #04055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04055B is #FBFAA4. Grayscale: #0E0E0E. Windows color (decimal): -16513701 or 5965060. OLE color: 5965060.

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

Color convert

RGB 4 5 91 -
CMYK 0.96 0.95 0 0.64
HSL 239.31º 0.92% 0.19% -
HSV(B) 239.31º 0.96% 0.36% -
XYZ 1.99 0.89 9.96 -
YUV 14.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 4 5 91 0.96 0.95 0 0.64 239.31 0.92 0.19
Hex 4 5 5B 60 5F 0 40 EF 5C 13
Octal 4 5 133 140 137 0 100 357 134 23
Binary 100 101 1011011 1100000 1011111 0 1000000 11101111 1011100 10011

Color Harmonies of #04055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04055B

Black with #04055B

Text Example


Text Example

White with #04055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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