Html Css Color HEX #05084C Midnight Blue

📋 copy color: '#05084C'

red 5 ◦ green 8 ◦ blue 76

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

Shades of Midnight Blue #05084C

Tints of Midnight Blue #05084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.99%

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

R = 5.62%
G = 8.99%
B = 85.39%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05084C (or 0x05084C) is known color: Midnight Blue. HEX triplet: 05, 08 and 4C. RGB value is (5,8,76). Sum of RGB (Red+Green+Blue) = 5+8+76=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 76 (30.08% from 255 or 85.39% from 89); Max value from RGB is 76 - color contains mainly: blue. Hex color #05084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05084C is #FAF7B3. Grayscale: #0E0E0E. Windows color (decimal): -16447412 or 4982789. OLE color: 4982789.

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

Color convert

RGB 5 8 76 -
CMYK 0.93 0.89 0 0.70
HSL 237.46º 0.88% 0.16% -
HSV(B) 237.46º 0.93% 0.3% -
XYZ 1.45 0.73 6.9 -
YUV 14.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 5 8 76 0.93 0.89 0 0.70 237.46 0.88 0.16
Hex 5 8 4C 5D 59 0 46 ED 58 10
Octal 5 10 114 135 131 0 106 355 130 20
Binary 101 1000 1001100 1011101 1011001 0 1000110 11101101 1011000 10000

Color Harmonies of #05084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05084C

Black with #05084C

Text Example


Text Example

White with #05084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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