#02188A

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

Shades of Dark Blue #02188A

Tints of Dark Blue #02188A

Color information

#02188A (or 0x02188A) is unknown color: approx Dark Blue. HEX triplet: 02, 18 and 8A. RGB value is (2,24,138). Sum of RGB (Red+Green+Blue) = 2+24+138=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 138 (54.30% from 255 or 84.15% from 164); Max value from RGB is 138 - color contains mainly: blue. Hex color #02188A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02188A is #FDE775. Grayscale: #1D1D1D. Windows color (decimal): -16639862 or 9050114. OLE color: 9050114.

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

Color convert

RGB224138-
CMYK0.990.8300.46
HSL230.29º97.14%27.45%-
HSV(B)230.29º98.55%54.12%-
XYZ4.942.524.27-
YUV30.42188.71107.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 138 (54.30% from 255) = 84.15%
R=1.22%
G=14.63%
B=84.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2241380.990.8300.46230.2997.1427.45
Hex2188A635302Ee6611b
Octal23021214312305634614133
Binary10110001000101011000111010011010111011100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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