#020F8E

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

Shades of Dark Blue #020F8E

Tints of Dark Blue #020F8E

Color information

#020F8E (or 0x020F8E) is unknown color: approx Dark Blue. HEX triplet: 02, 0F and 8E. RGB value is (2,15,142). Sum of RGB (Red+Green+Blue) = 2+15+142=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #020F8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F8E is #FDF071. Grayscale: #191919. Windows color (decimal): -16642162 or 9309954. OLE color: 9309954.

HSL color Cylindrical-coordinate representation of color #020F8E: hue angle of 234.43º 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 #020F8E is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB215142-
CMYK0.990.8900.44
HSL234.43º97.22%28.24%-
HSV(B)234.43º98.59%55.69%-
XYZ5.082.3125.77-
YUV25.59193.69111.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 142 (55.86% from 255) = 89.31%
R=1.26%
G=9.43%
B=89.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2151420.990.8900.44234.4397.2228.24
Hex2F8E635902Cea611c
Octal21721614313105435214134
Binary1011111000111011000111011001010110011101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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