Html Css Color HEX #05044C Midnight Blue

📋 copy color: '#05044C'

red 5 ◦ green 4 ◦ blue 76

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

Shades of Midnight Blue #05044C

Tints of Midnight Blue #05044C

RGB

 RED value IS 5 (2.34% from 255) = 5.88%

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

 BLUE value IS 76 (30.08% from 255) = 89.41%

R = 5.88%
G = 4.71%
B = 89.41%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05044C (or 0x05044C) is known color: Midnight Blue. HEX triplet: 05, 04 and 4C. RGB value is (5,4,76). Sum of RGB (Red+Green+Blue) = 5+4+76=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 76 (30.08% from 255 or 89.41% from 85); Max value from RGB is 76 - color contains mainly: blue. Hex color #05044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05044C is #FAFBB3. Grayscale: #0C0C0C. Windows color (decimal): -16448436 or 4981765. OLE color: 4981765.

HSL color Cylindrical-coordinate representation of color #05044C: hue angle of 240.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05044C is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 4 76 -
CMYK 0.93 0.95 0 0.70
HSL 240.83º 0.9% 0.16% -
HSV(B) 240.83º 0.95% 0.3% -
XYZ 1.41 0.64 6.89 -
YUV 12.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 5 4 76 0.93 0.95 0 0.70 240.83 0.9 0.16
Hex 5 4 4C 5D 5F 0 46 F1 5A 10
Octal 5 4 114 135 137 0 106 361 132 20
Binary 101 100 1001100 1011101 1011111 0 1000110 11110001 1011010 10000

Color Harmonies of #05044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05044C

Black with #05044C

Text Example


Text Example

White with #05044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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