#023197

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

Shades of Smalt #023197

Tints of Smalt #023197

Color information

#023197 (or 0x023197) is unknown color: approx Smalt. HEX triplet: 02, 31 and 97. RGB value is (2,49,151). Sum of RGB (Red+Green+Blue) = 2+49+151=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #023197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023197 is #FDCE68. Grayscale: #2E2E2E. Windows color (decimal): -16633449 or 9908482. OLE color: 9908482.

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

Color convert

RGB249151-
CMYK0.990.6800.41
HSL221.07º97.39%30%-
HSV(B)221.07º98.68%59.22%-
XYZ6.714.4429.78-
YUV46.58186.9396.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 151 (59.38% from 255) = 74.75%
R=0.99%
G=24.26%
B=74.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2491510.990.6800.41221.0797.3930
Hex231976344029dd611e
Octal26122714310405133514136
Binary101100011001011111000111000100010100111011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023197; }

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

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

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

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

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

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

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

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