#023C9E

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

Shades of Smalt #023C9E

Tints of Smalt #023C9E

Color information

#023C9E (or 0x023C9E) is unknown color: approx Smalt. HEX triplet: 02, 3C and 9E. RGB value is (2,60,158). Sum of RGB (Red+Green+Blue) = 2+60+158=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #023C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C9E is #FDC361. Grayscale: #353535. Windows color (decimal): -16630626 or 10370050. OLE color: 10370050.

HSL color Cylindrical-coordinate representation of color #023C9E: hue angle of 217.69º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023C9E is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB260158-
CMYK0.990.6200.38
HSL217.69º97.5%31.37%-
HSV(B)217.69º98.73%61.96%-
XYZ7.815.7133.04-
YUV53.83186.7891.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 158 (62.11% from 255) = 71.82%
R=0.91%
G=27.27%
B=71.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2601580.990.6200.38217.6997.531.37
Hex23C9E633E026da621f
Octal2742361437604633214237
Binary10111100100111101100011111110010011011011010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,60,158); }

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

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

 a { background-color: rgb(2,60,158); }

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

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

 span { border-color: rgb(2,60,158); }

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