#020188

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

Shades of Dark Blue #020188

Tints of Dark Blue #020188

Color information

#020188 (or 0x020188) is unknown color: approx Dark Blue. HEX triplet: 02, 01 and 88. RGB value is (2,1,136). Sum of RGB (Red+Green+Blue) = 2+1+136=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 136 (53.52% from 255 or 97.84% from 139); Max value from RGB is 136 - color contains mainly: blue. Hex color #020188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020188 is #FDFE77. Grayscale: #101010. Windows color (decimal): -16645752 or 8913154. OLE color: 8913154.

HSL color Cylindrical-coordinate representation of color #020188: hue angle of 240.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020188 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB21136-
CMYK0.990.9900.47
HSL240.44º98.54%26.86%-
HSV(B)240.44º99.26%53.33%-
XYZ4.481.8123.41-
YUV16.69195.33117.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 136 (53.52% from 255) = 97.84%
R=1.44%
G=0.72%
B=97.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211360.990.9900.47240.4498.5426.86
Hex2188636302Ff0631b
Octal2121014314305736014333
Binary1011000100011000111100011010111111110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020188; }

 p { color: rgb(2,1,136); }

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

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

 a { background-color: rgb(2,1,136); }

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

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

 span { border-color: rgb(2,1,136); }

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