#02188E

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

Shades of Dark Blue #02188E

Tints of Dark Blue #02188E

Color information

#02188E (or 0x02188E) is unknown color: approx Dark Blue. HEX triplet: 02, 18 and 8E. RGB value is (2,24,142). Sum of RGB (Red+Green+Blue) = 2+24+142=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 142 (55.86% from 255 or 84.52% from 168); Max value from RGB is 142 - color contains mainly: blue. Hex color #02188E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02188E is #FDE771. Grayscale: #1E1E1E. Windows color (decimal): -16639858 or 9312258. OLE color: 9312258.

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

Color convert

RGB224142-
CMYK0.990.8300.44
HSL230.57º97.22%28.24%-
HSV(B)230.57º98.59%55.69%-
XYZ5.232.6225.82-
YUV30.87190.71107.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 142 (55.86% from 255) = 84.52%
R=1.19%
G=14.29%
B=84.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2241420.990.8300.44230.5797.2228.24
Hex2188E635302Ce7611c
Octal23021614312305434714134
Binary10110001000111011000111010011010110011100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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