#02198A

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

Shades of Dark Blue #02198A

Tints of Dark Blue #02198A

Color information

#02198A (or 0x02198A) is unknown color: approx Dark Blue. HEX triplet: 02, 19 and 8A. RGB value is (2,25,138). Sum of RGB (Red+Green+Blue) = 2+25+138=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 138 (54.30% from 255 or 83.64% from 165); Max value from RGB is 138 - color contains mainly: blue. Hex color #02198A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02198A is #FDE675. Grayscale: #1E1E1E. Windows color (decimal): -16639606 or 9050370. OLE color: 9050370.

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

Color convert

RGB225138-
CMYK0.990.8200.46
HSL229.85º97.14%27.45%-
HSV(B)229.85º98.55%54.12%-
XYZ4.962.5424.27-
YUV31.01188.38107.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 138 (54.30% from 255) = 83.64%
R=1.21%
G=15.15%
B=83.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2251380.990.8200.46229.8597.1427.45
Hex2198A635202Ee6611b
Octal23121214312205634614133
Binary10110011000101011000111010010010111011100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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