#023E90

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

Shades of Smalt #023E90

Tints of Smalt #023E90

Color information

#023E90 (or 0x023E90) is unknown color: approx Smalt. HEX triplet: 02, 3E and 90. RGB value is (2,62,144). Sum of RGB (Red+Green+Blue) = 2+62+144=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #023E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E90 is #FDC16F. Grayscale: #353535. Windows color (decimal): -16630128 or 9453058. OLE color: 9453058.

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

Color convert

RGB262144-
CMYK0.990.5700.44
HSL214.65º97.26%28.63%-
HSV(B)214.65º98.61%56.47%-
XYZ6.785.4727.08-
YUV53.41179.1291.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 144 (56.64% from 255) = 69.23%
R=0.96%
G=29.81%
B=69.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2621440.990.5700.44214.6597.2628.63
Hex23E90633902Cd7611d
Octal2762201437105432714135
Binary10111110100100001100011111001010110011010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023E90; }

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

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

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

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

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

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

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

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