Html Css Color HEX #050C60 Midnight Blue

📋 copy color: '#050C60'

red 5 ◦ green 12 ◦ blue 96

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

Shades of Midnight Blue #050C60

Tints of Midnight Blue #050C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.62%

 BLUE value IS 96 (37.89% from 255) = 84.96%

R = 4.42%
G = 10.62%
B = 84.96%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#050C60 (or 0x050C60) is known color: Midnight Blue. HEX triplet: 05, 0C and 60. RGB value is (5,12,96). Sum of RGB (Red+Green+Blue) = 5+12+96=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 96 (37.89% from 255 or 84.96% from 113); Max value from RGB is 96 - color contains mainly: blue. Hex color #050C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C60 is #FAF39F. Grayscale: #131313. Windows color (decimal): -16446368 or 6294533. OLE color: 6294533.

HSL color Cylindrical-coordinate representation of color #050C60: hue angle of 235.38º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050C60 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 12 96 -
CMYK 0.95 0.88 0 0.62
HSL 235.38º 0.9% 0.2% -
HSV(B) 235.38º 0.95% 0.38% -
XYZ 2.31 1.14 11.16 -
YUV 19.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 5 12 96 0.95 0.88 0 0.62 235.38 0.9 0.2
Hex 5 C 60 5F 58 0 3E EB 5A 14
Octal 5 14 140 137 130 0 76 353 132 24
Binary 101 1100 1100000 1011111 1011000 0 111110 11101011 1011010 10100

Color Harmonies of #050C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C60

Black with #050C60

Text Example


Text Example

White with #050C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C60; }

 p { color: rgb(5,12,96); }

 H1.HeaderClassName
 {
   color: #050C60;
 }
 .AnyTagClassName
 {
   color: #050C60;
 }
</style>

background-color css

<style>
 a { background-color: #050C60; }

 a { background-color: rgb(5,12,96); }

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

border-color css

<style>
 span { border-color: #050C60; }

 span { border-color: rgb(5,12,96); }

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