#050CA8

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

Shades of New Midnight Blue #050CA8

Tints of New Midnight Blue #050CA8

Color information

#050CA8 (or 0x050CA8) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0C and A8. RGB value is (5,12,168). Sum of RGB (Red+Green+Blue) = 5+12+168=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 168 (66.02% from 255 or 90.81% from 185); Max value from RGB is 168 - color contains mainly: blue. Hex color #050CA8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050CA8 is #FAF357. Grayscale: #1B1B1B. Windows color (decimal): -16446296 or 11013125. OLE color: 11013125.

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

Color convert

RGB512168-
CMYK0.970.9300.34
HSL237.42º94.22%33.92%-
HSV(B)237.42º97.02%65.88%-
XYZ7.263.1237.27-
YUV27.69207.18111.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 168 (66.02% from 255) = 90.81%
R=2.70%
G=6.49%
B=90.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5121680.970.9300.34237.4294.2233.92
Hex5CA8615D022ed5e22
Octal51425014113504235513642
Binary101110010101000110000110111010100010111011011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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