#02128F

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

Shades of Dark Blue #02128F

Tints of Dark Blue #02128F

Color information

#02128F (or 0x02128F) is unknown color: approx Dark Blue. HEX triplet: 02, 12 and 8F. RGB value is (2,18,143). Sum of RGB (Red+Green+Blue) = 2+18+143=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 143 (56.25% from 255 or 87.73% from 163); Max value from RGB is 143 - color contains mainly: blue. Hex color #02128F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02128F is #FDED70. Grayscale: #1A1A1A. Windows color (decimal): -16641393 or 9376258. OLE color: 9376258.

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

Color convert

RGB218143-
CMYK0.990.8700.44
HSL233.19º97.24%28.43%-
HSV(B)233.19º98.6%56.08%-
XYZ5.22.4326.18-
YUV27.47193.2109.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 143 (56.25% from 255) = 87.73%
R=1.23%
G=11.04%
B=87.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2181430.990.8700.44233.1997.2428.43
Hex2128F635702Ce9611c
Octal22221714312705435114134
Binary10100101000111111000111010111010110011101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02128F; }

 p { color: rgb(2,18,143); }

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

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

 a { background-color: rgb(2,18,143); }

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

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

 span { border-color: rgb(2,18,143); }

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