#050C95

Color #050C95 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #050C95

Tints of New Midnight Blue #050C95

Color information

#050C95 (or 0x050C95) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0C and 95. RGB value is (5,12,149). Sum of RGB (Red+Green+Blue) = 5+12+149=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 149 (58.59% from 255 or 89.76% from 166); Max value from RGB is 149 - color contains mainly: blue. Hex color #050C95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C95 is #FAF36A. Grayscale: #181818. Windows color (decimal): -16446315 or 9767941. OLE color: 9767941.

HSL color Cylindrical-coordinate representation of color #050C95: hue angle of 237.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050C95 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB512149-
CMYK0.970.9200.42
HSL237.08º93.51%30.2%-
HSV(B)237.08º96.64%58.43%-
XYZ5.622.4728.61-
YUV25.52197.68113.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 12 (5.08% from 255) = 7.23%
BLUE value IS 149 (58.59% from 255) = 89.76%
R=3.01%
G=7.23%
B=89.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5121490.970.9200.42237.0893.5130.2
Hex5C95615C02Aed5e1e
Octal51422514113405235513636
Binary10111001001010111000011011100010101011101101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050C95;
 }
 .AnyTagClassName
 {
   color: #050C95;
 }
</style>
background-color css

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

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

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

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

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

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