#050ca0

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

Shades of New Midnight Blue #050CA0

Tints of New Midnight Blue #050CA0

Color information

#050CA0 (or 0x050CA0) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0C and A0. RGB value is (5,12,160). Sum of RGB (Red+Green+Blue) = 5+12+160=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 160 (62.89% from 255 or 90.40% from 177); Max value from RGB is 160 - color contains mainly: blue. Hex color #050CA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050CA0 is #FAF35F. Grayscale: #1A1A1A. Windows color (decimal): -16446304 or 10488837. OLE color: 10488837.

HSL color Cylindrical-coordinate representation of color #050CA0: hue angle of 237.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050CA0 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB512160-
CMYK0.970.9300.37
HSL237.29º93.94%32.35%-
HSV(B)237.29º96.88%62.75%-
XYZ6.542.8333.46-
YUV26.78203.18112.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 12 (5.08% from 255) = 6.78%
BLUE value IS 160 (62.89% from 255) = 90.40%
R=2.82%
G=6.78%
B=90.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5121600.970.9300.37237.2993.9432.35
Hex5CA0615D025ed5e20
Octal51424014113504535513640
Binary101110010100000110000110111010100101111011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050ca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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