#020C95

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

Shades of New Midnight Blue #020C95

Tints of New Midnight Blue #020C95

Color information

#020C95 (or 0x020C95) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0C and 95. RGB value is (2,12,149). Sum of RGB (Red+Green+Blue) = 2+12+149=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 149 (58.59% from 255 or 91.41% from 163); Max value from RGB is 149 - color contains mainly: blue. Hex color #020C95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C95 is #FDF36A. Grayscale: #181818. Windows color (decimal): -16642923 or 9767938. OLE color: 9767938.

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

Color convert

RGB212149-
CMYK0.990.9200.42
HSL235.92º97.35%29.61%-
HSV(B)235.92º98.66%58.43%-
XYZ5.582.4528.61-
YUV24.63198.19111.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 12 (5.08% from 255) = 7.36%
BLUE value IS 149 (58.59% from 255) = 91.41%
R=1.23%
G=7.36%
B=91.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2121490.990.9200.42235.9297.3529.61
Hex2C95635C02Aec611e
Octal21422514313405235414136
Binary1011001001010111000111011100010101011101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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