#02078E

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

Shades of Dark Blue #02078E

Tints of Dark Blue #02078E

Color information

#02078E (or 0x02078E) is unknown color: approx Dark Blue. HEX triplet: 02, 07 and 8E. RGB value is (2,7,142). Sum of RGB (Red+Green+Blue) = 2+7+142=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 142 (55.86% from 255 or 94.04% from 151); Max value from RGB is 142 - color contains mainly: blue. Hex color #02078E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02078E is #FDF871. Grayscale: #141414. Windows color (decimal): -16644210 or 9307906. OLE color: 9307906.

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

Color convert

RGB27142-
CMYK0.990.9500.44
HSL237.86º97.22%28.24%-
HSV(B)237.86º98.59%55.69%-
XYZ4.982.1225.74-
YUV20.9196.34114.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 142 (55.86% from 255) = 94.04%
R=1.32%
G=4.64%
B=94.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271420.990.9500.44237.8697.2228.24
Hex278E635F02Cee611c
Octal2721614313705435614134
Binary101111000111011000111011111010110011101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02078E; }

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

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

<style>
 a { background-color: #02078E; }

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

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

<style>
 span { border-color: #02078E; }

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

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