#020C8E

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

Shades of Dark Blue #020C8E

Tints of Dark Blue #020C8E

Color information

#020C8E (or 0x020C8E) is unknown color: approx Dark Blue. HEX triplet: 02, 0C and 8E. RGB value is (2,12,142). Sum of RGB (Red+Green+Blue) = 2+12+142=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 142 (55.86% from 255 or 91.03% from 156); Max value from RGB is 142 - color contains mainly: blue. Hex color #020C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C8E is #FDF371. Grayscale: #171717. Windows color (decimal): -16642930 or 9309186. OLE color: 9309186.

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

Color convert

RGB212142-
CMYK0.990.9200.44
HSL235.71º97.22%28.24%-
HSV(B)235.71º98.59%55.69%-
XYZ5.042.2325.76-
YUV23.83194.69112.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 12 (5.08% from 255) = 7.69%
BLUE value IS 142 (55.86% from 255) = 91.03%
R=1.28%
G=7.69%
B=91.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2121420.990.9200.44235.7197.2228.24
Hex2C8E635C02Cec611c
Octal21421614313405435414134
Binary1011001000111011000111011100010110011101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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