#020C62

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

Shades of Midnight Blue #020C62

Tints of Midnight Blue #020C62

Color information

#020C62 (or 0x020C62) is unknown color: approx Midnight Blue. HEX triplet: 02, 0C and 62. RGB value is (2,12,98). Sum of RGB (Red+Green+Blue) = 2+12+98=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 98 (38.67% from 255 or 87.5% from 112); Max value from RGB is 98 - color contains mainly: blue. Hex color #020C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C62 is #FDF39D. Grayscale: #121212. Windows color (decimal): -16642974 or 6425602. OLE color: 6425602.

HSL color Cylindrical-coordinate representation of color #020C62: hue angle of 233.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C62 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB21298-
CMYK0.980.8800.62
HSL233.75º96%19.61%-
HSV(B)233.75º97.96%38.43%-
XYZ2.361.1611.65-
YUV18.81172.69116.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 98 (38.67% from 255) = 87.5%
R=1.79%
G=10.71%
B=87.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal212980.980.8800.62233.759619.61
Hex2C62625803Eea6014
Octal21414214213007635214024
Binary101100110001011000101011000011111011101010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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