#02309F

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

Shades of Smalt #02309F

Tints of Smalt #02309F

Color information

#02309F (or 0x02309F) is unknown color: approx Smalt. HEX triplet: 02, 30 and 9F. RGB value is (2,48,159). Sum of RGB (Red+Green+Blue) = 2+48+159=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #02309F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02309F is #FDCF60. Grayscale: #2E2E2E. Windows color (decimal): -16633697 or 10432514. OLE color: 10432514.

HSL color Cylindrical-coordinate representation of color #02309F: hue angle of 222.42º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02309F is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB248159-
CMYK0.990.7000.38
HSL222.42º97.52%31.57%-
HSV(B)222.42º98.74%62.35%-
XYZ7.344.6333.31-
YUV46.9191.2695.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 159 (62.5% from 255) = 76.08%
R=0.96%
G=22.97%
B=76.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2481590.990.7000.38222.4297.5231.57
Hex2309F6346026de6220
Octal26023714310604633614240
Binary1011000010011111110001110001100100110110111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,48,159); }

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

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

 a { background-color: rgb(2,48,159); }

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

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

 span { border-color: rgb(2,48,159); }

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