#023090

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

Shades of Smalt #023090

Tints of Smalt #023090

Color information

#023090 (or 0x023090) is unknown color: approx Smalt. HEX triplet: 02, 30 and 90. RGB value is (2,48,144). Sum of RGB (Red+Green+Blue) = 2+48+144=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #023090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023090 is #FDCF6F. Grayscale: #2C2C2C. Windows color (decimal): -16633712 or 9449474. OLE color: 9449474.

HSL color Cylindrical-coordinate representation of color #023090: hue angle of 220.56º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023090 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB248144-
CMYK0.990.6700.44
HSL220.56º97.26%28.63%-
HSV(B)220.56º98.61%56.47%-
XYZ6.124.1426.86-
YUV45.19183.7697.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 144 (56.64% from 255) = 74.23%
R=1.03%
G=24.74%
B=74.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2481440.990.6700.44220.5697.2628.63
Hex23090634302Cdd611d
Octal26022014310305433514135
Binary101100001001000011000111000011010110011011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023090; }

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

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

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

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

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

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

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

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