#02168A

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

Shades of Dark Blue #02168A

Tints of Dark Blue #02168A

Color information

#02168A (or 0x02168A) is unknown color: approx Dark Blue. HEX triplet: 02, 16 and 8A. RGB value is (2,22,138). Sum of RGB (Red+Green+Blue) = 2+22+138=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 138 (54.30% from 255 or 85.19% from 162); Max value from RGB is 138 - color contains mainly: blue. Hex color #02168A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02168A is #FDE975. Grayscale: #1C1C1C. Windows color (decimal): -16640374 or 9049602. OLE color: 9049602.

HSL color Cylindrical-coordinate representation of color #02168A: hue angle of 231.18º 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 #02168A is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB222138-
CMYK0.990.8400.46
HSL231.18º97.14%27.45%-
HSV(B)231.18º98.55%54.12%-
XYZ4.92.4224.25-
YUV29.24189.37108.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 138 (54.30% from 255) = 85.19%
R=1.23%
G=13.58%
B=85.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2221380.990.8400.46231.1897.1427.45
Hex2168A635402Ee7611b
Octal22621214312405634714133
Binary10101101000101011000111010100010111011100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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