#020388

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

Shades of Dark Blue #020388

Tints of Dark Blue #020388

Color information

#020388 (or 0x020388) is unknown color: approx Dark Blue. HEX triplet: 02, 03 and 88. RGB value is (2,3,136). Sum of RGB (Red+Green+Blue) = 2+3+136=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 136 (53.52% from 255 or 96.45% from 141); Max value from RGB is 136 - color contains mainly: blue. Hex color #020388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020388 is #FDFC77. Grayscale: #111111. Windows color (decimal): -16645240 or 8913666. OLE color: 8913666.

HSL color Cylindrical-coordinate representation of color #020388: hue angle of 239.55º degrees, saturation: 0.97, 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 #020388 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB23136-
CMYK0.990.9800.47
HSL239.55º97.1%27.06%-
HSV(B)239.55º98.53%53.33%-
XYZ4.51.8623.41-
YUV17.86194.67116.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 136 (53.52% from 255) = 96.45%
R=1.42%
G=2.13%
B=96.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal231360.990.9800.47239.5597.127.06
Hex2388636202Ff0611b
Octal2321014314205736014133
Binary10111000100011000111100010010111111110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020388; }

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

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

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

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

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

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

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

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