#02318B

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

Shades of Smalt #02318B

Tints of Smalt #02318B

Color information

#02318B (or 0x02318B) is unknown color: approx Smalt. HEX triplet: 02, 31 and 8B. RGB value is (2,49,139). Sum of RGB (Red+Green+Blue) = 2+49+139=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #02318B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02318B is #FDCE74. Grayscale: #2C2C2C. Windows color (decimal): -16633461 or 9122050. OLE color: 9122050.

HSL color Cylindrical-coordinate representation of color #02318B: hue angle of 219.42º 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 #02318B is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB249139-
CMYK0.990.6500.45
HSL219.42º97.16%27.65%-
HSV(B)219.42º98.56%54.51%-
XYZ5.784.0724.91-
YUV45.21180.9397.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 139 (54.69% from 255) = 73.16%
R=1.05%
G=25.79%
B=73.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2491390.990.6500.45219.4297.1627.65
Hex2318B634102Ddb611c
Octal26121314310105533314134
Binary101100011000101111000111000001010110111011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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