Html Css Color HEX #05024C Midnight Blue

📋 copy color: '#05024C'

red 5 ◦ green 2 ◦ blue 76

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

Shades of Midnight Blue #05024C

Tints of Midnight Blue #05024C

RGB

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

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

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

R = 6.02%
G = 2.41%
B = 91.57%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05024C (or 0x05024C) is known color: Midnight Blue. HEX triplet: 05, 02 and 4C. RGB value is (5,2,76). Sum of RGB (Red+Green+Blue) = 5+2+76=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 76 (30.08% from 255 or 91.57% from 83); Max value from RGB is 76 - color contains mainly: blue. Hex color #05024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05024C is #FAFDB3. Grayscale: #0B0B0B. Windows color (decimal): -16448948 or 4981253. OLE color: 4981253.

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

Color convert

RGB 5 2 76 -
CMYK 0.93 0.97 0 0.70
HSL 242.43º 0.95% 0.15% -
HSV(B) 242.43º 0.97% 0.3% -
XYZ 1.39 0.6 6.88 -
YUV 11.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 5 2 76 0.93 0.97 0 0.70 242.43 0.95 0.15
Hex 5 2 4C 5D 61 0 46 F2 5F F
Octal 5 2 114 135 141 0 106 362 137 17
Binary 101 10 1001100 1011101 1100001 0 1000110 11110010 1011111 1111

Color Harmonies of #05024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05024C

Black with #05024C

Text Example


Text Example

White with #05024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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