#023A95

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

Shades of Smalt #023A95

Tints of Smalt #023A95

Color information

#023A95 (or 0x023A95) is unknown color: approx Smalt. HEX triplet: 02, 3A and 95. RGB value is (2,58,149). Sum of RGB (Red+Green+Blue) = 2+58+149=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #023A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023A95 is #FDC56A. Grayscale: #333333. Windows color (decimal): -16631147 or 9779714. OLE color: 9779714.

HSL color Cylindrical-coordinate representation of color #023A95: hue angle of 217.14º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023A95 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB258149-
CMYK0.990.6100.42
HSL217.14º97.35%29.61%-
HSV(B)217.14º98.66%58.43%-
XYZ6.965.2129.07-
YUV51.63182.9592.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=0.96%
G=27.75%
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.42
SystemRedGreenBlueCMYKHSL
Decimal2581490.990.6100.42217.1497.3529.61
Hex23A95633D02Ad9611e
Octal2722251437505233114136
Binary10111010100101011100011111101010101011011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,58,149); }

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

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

 a { background-color: rgb(2,58,149); }

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

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

 span { border-color: rgb(2,58,149); }

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