#02108A

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

Shades of Dark Blue #02108A

Tints of Dark Blue #02108A

Color information

#02108A (or 0x02108A) is unknown color: approx Dark Blue. HEX triplet: 02, 10 and 8A. RGB value is (2,16,138). Sum of RGB (Red+Green+Blue) = 2+16+138=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 138 (54.30% from 255 or 88.46% from 156); Max value from RGB is 138 - color contains mainly: blue. Hex color #02108A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02108A is #FDEF75. Grayscale: #191919. Windows color (decimal): -16641910 or 9048066. OLE color: 9048066.

HSL color Cylindrical-coordinate representation of color #02108A: hue angle of 233.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02108A is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB216138-
CMYK0.990.8800.46
HSL233.82º97.14%27.45%-
HSV(B)233.82º98.55%54.12%-
XYZ4.82.2224.22-
YUV25.72191.36111.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 138 (54.30% from 255) = 88.46%
R=1.28%
G=10.26%
B=88.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2161380.990.8800.46233.8297.1427.45
Hex2108A635802Eea611b
Octal22021214313005635214133
Binary10100001000101011000111011000010111011101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02108A; }

 p { color: rgb(2,16,138); }

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

<style>
 a { background-color: #02108A; }

 a { background-color: rgb(2,16,138); }

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

<style>
 span { border-color: #02108A; }

 span { border-color: rgb(2,16,138); }

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