#023990

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

Shades of Smalt #023990

Tints of Smalt #023990

Color information

#023990 (or 0x023990) is unknown color: approx Smalt. HEX triplet: 02, 39 and 90. RGB value is (2,57,144). Sum of RGB (Red+Green+Blue) = 2+57+144=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #023990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023990 is #FDC66F. Grayscale: #323232. Windows color (decimal): -16631408 or 9451778. OLE color: 9451778.

HSL color Cylindrical-coordinate representation of color #023990: hue angle of 216.76º 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 #023990 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB257144-
CMYK0.990.6000.44
HSL216.76º97.26%28.63%-
HSV(B)216.76º98.61%56.47%-
XYZ6.524.9527-
YUV50.47180.7893.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 144 (56.64% from 255) = 70.94%
R=0.99%
G=28.08%
B=70.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2571440.990.6000.44216.7697.2628.63
Hex23990633C02Cd9611d
Octal2712201437405433114135
Binary10111001100100001100011111100010110011011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023990; }

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

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

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

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

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

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

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

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