#023799

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

Shades of Smalt #023799

Tints of Smalt #023799

Color information

#023799 (or 0x023799) is unknown color: approx Smalt. HEX triplet: 02, 37 and 99. RGB value is (2,55,153). Sum of RGB (Red+Green+Blue) = 2+55+153=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #023799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023799 is #FDC866. Grayscale: #313131. Windows color (decimal): -16631911 or 10041090. OLE color: 10041090.

HSL color Cylindrical-coordinate representation of color #023799: hue angle of 218.94º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023799 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB255153-
CMYK0.990.6400.4
HSL218.94º97.42%30.39%-
HSV(B)218.94º98.69%60%-
XYZ7.145.0530.73-
YUV50.32185.9493.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 153 (60.16% from 255) = 72.86%
R=0.95%
G=26.19%
B=72.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2551530.990.6400.4218.9497.4230.39
Hex237996340028db611e
Octal26723114310005033314136
Binary101101111001100111000111000000010100011011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023799; }

 p { color: rgb(2,55,153); }

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

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

 a { background-color: rgb(2,55,153); }

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

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

 span { border-color: rgb(2,55,153); }

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