Html Css Color HEX #05024F Midnight Blue

📋 copy color: '#05024F'

red 5 ◦ green 2 ◦ blue 79

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

Shades of Midnight Blue #05024F

Tints of Midnight Blue #05024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.33%

 BLUE value IS 79 (31.25% from 255) = 91.86%

R = 5.81%
G = 2.33%
B = 91.86%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#05024F (or 0x05024F) is known color: Midnight Blue. HEX triplet: 05, 02 and 4F. RGB value is (5,2,79). Sum of RGB (Red+Green+Blue) = 5+2+79=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 79 (31.25% from 255 or 91.86% from 86); Max value from RGB is 79 - color contains mainly: blue. Hex color #05024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05024F is #FAFDB0. Grayscale: #0B0B0B. Windows color (decimal): -16448945 or 5177861. OLE color: 5177861.

HSL color Cylindrical-coordinate representation of color #05024F: hue angle of 242.34º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05024F is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 2 79 -
CMYK 0.94 0.97 0 0.69
HSL 242.34º 0.95% 0.16% -
HSV(B) 242.34º 0.97% 0.31% -
XYZ 1.5 0.64 7.44 -
YUV 11.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 5 2 79 0.94 0.97 0 0.69 242.34 0.95 0.16
Hex 5 2 4F 5E 61 0 45 F2 5F 10
Octal 5 2 117 136 141 0 105 362 137 20
Binary 101 10 1001111 1011110 1100001 0 1000101 11110010 1011111 10000

Color Harmonies of #05024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05024F

Black with #05024F

Text Example


Text Example

White with #05024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05024F; }

 p { color: rgb(5,2,79); }

 H1.HeaderClassName
 {
   color: #05024F;
 }
 .AnyTagClassName
 {
   color: #05024F;
 }
</style>

background-color css

<style>
 a { background-color: #05024F; }

 a { background-color: rgb(5,2,79); }

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

border-color css

<style>
 span { border-color: #05024F; }

 span { border-color: rgb(5,2,79); }

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