#020C9A

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

Shades of New Midnight Blue #020C9A

Tints of New Midnight Blue #020C9A

Color information

#020C9A (or 0x020C9A) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0C and 9A. RGB value is (2,12,154). Sum of RGB (Red+Green+Blue) = 2+12+154=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 154 (60.55% from 255 or 91.67% from 168); Max value from RGB is 154 - color contains mainly: blue. Hex color #020C9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C9A is #FDF365. Grayscale: #181818. Windows color (decimal): -16642918 or 10095618. OLE color: 10095618.

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

Color convert

RGB212154-
CMYK0.990.9200.40
HSL236.05º97.44%30.59%-
HSV(B)236.05º98.7%60.39%-
XYZ5.992.6130.76-
YUV25.2200.69111.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 12 (5.08% from 255) = 7.14%
BLUE value IS 154 (60.55% from 255) = 91.67%
R=1.19%
G=7.14%
B=91.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2121540.990.9200.40236.0597.4430.59
Hex2C9A635C028ec611f
Octal21423214313405035414137
Binary1011001001101011000111011100010100011101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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