#023D8E

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

Shades of Smalt #023D8E

Tints of Smalt #023D8E

Color information

#023D8E (or 0x023D8E) is unknown color: approx Smalt. HEX triplet: 02, 3D and 8E. RGB value is (2,61,142). Sum of RGB (Red+Green+Blue) = 2+61+142=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #023D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D8E is #FDC271. Grayscale: #343434. Windows color (decimal): -16630386 or 9321730. OLE color: 9321730.

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

Color convert

RGB261142-
CMYK0.990.5700.44
HSL214.71º97.22%28.24%-
HSV(B)214.71º98.59%55.69%-
XYZ6.585.326.27-
YUV52.59178.4591.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 61 (24.22% from 255) = 29.76%
BLUE value IS 142 (55.86% from 255) = 69.27%
R=0.98%
G=29.76%
B=69.27%

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
Decimal2611420.990.5700.44214.7197.2228.24
Hex23D8E633902Cd7611c
Octal2752161437105432714134
Binary10111101100011101100011111001010110011010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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