#02138B

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

Shades of Dark Blue #02138B

Tints of Dark Blue #02138B

Color information

#02138B (or 0x02138B) is unknown color: approx Dark Blue. HEX triplet: 02, 13 and 8B. RGB value is (2,19,139). Sum of RGB (Red+Green+Blue) = 2+19+139=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 139 (54.69% from 255 or 86.88% from 160); Max value from RGB is 139 - color contains mainly: blue. Hex color #02138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02138B is #FDEC74. Grayscale: #1B1B1B. Windows color (decimal): -16641141 or 9114370. OLE color: 9114370.

HSL color Cylindrical-coordinate representation of color #02138B: hue angle of 232.55º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02138B is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB219139-
CMYK0.990.8600.45
HSL232.55º97.16%27.65%-
HSV(B)232.55º98.56%54.51%-
XYZ4.922.3424.62-
YUV27.6190.87109.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 139 (54.69% from 255) = 86.88%
R=1.25%
G=11.88%
B=86.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2191390.990.8600.45232.5597.1627.65
Hex2138B635602De9611c
Octal22321314312605535114134
Binary10100111000101111000111010110010110111101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02138B; }

 p { color: rgb(2,19,139); }

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

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

 a { background-color: rgb(2,19,139); }

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

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

 span { border-color: rgb(2,19,139); }

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