#023890

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

Shades of Smalt #023890

Tints of Smalt #023890

Color information

#023890 (or 0x023890) is unknown color: approx Smalt. HEX triplet: 02, 38 and 90. RGB value is (2,56,144). Sum of RGB (Red+Green+Blue) = 2+56+144=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #023890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023890 is #FDC76F. Grayscale: #313131. Windows color (decimal): -16631664 or 9451522. OLE color: 9451522.

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

Color convert

RGB256144-
CMYK0.990.6100.44
HSL217.18º97.26%28.63%-
HSV(B)217.18º98.61%56.47%-
XYZ6.474.8526.98-
YUV49.89181.1193.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 144 (56.64% from 255) = 71.29%
R=0.99%
G=27.72%
B=71.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2561440.990.6100.44217.1897.2628.63
Hex23890633D02Cd9611d
Octal2702201437505433114135
Binary10111000100100001100011111101010110011011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023890; }

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

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

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

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

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

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

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

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