#023F8E

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

Shades of Smalt #023F8E

Tints of Smalt #023F8E

Color information

#023F8E (or 0x023F8E) is unknown color: approx Smalt. HEX triplet: 02, 3F and 8E. RGB value is (2,63,142). Sum of RGB (Red+Green+Blue) = 2+63+142=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #023F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F8E is #FDC071. Grayscale: #353535. Windows color (decimal): -16629874 or 9322242. OLE color: 9322242.

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

Color convert

RGB263142-
CMYK0.990.5600.44
HSL213.86º97.22%28.24%-
HSV(B)213.86º98.59%55.69%-
XYZ6.695.5226.3-
YUV53.77177.7991.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 142 (55.86% from 255) = 68.60%
R=0.97%
G=30.43%
B=68.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2631420.990.5600.44213.8697.2228.24
Hex23F8E633802Cd6611c
Octal2772161437005432614134
Binary10111111100011101100011111000010110011010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,63,142); }

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

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

 a { background-color: rgb(2,63,142); }

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

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

 span { border-color: rgb(2,63,142); }

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