#023B95

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

Shades of Smalt #023B95

Tints of Smalt #023B95

Color information

#023B95 (or 0x023B95) is unknown color: approx Smalt. HEX triplet: 02, 3B and 95. RGB value is (2,59,149). Sum of RGB (Red+Green+Blue) = 2+59+149=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #023B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023B95 is #FDC46A. Grayscale: #333333. Windows color (decimal): -16630891 or 9779970. OLE color: 9779970.

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

Color convert

RGB259149-
CMYK0.990.6000.42
HSL216.73º97.35%29.61%-
HSV(B)216.73º98.66%58.43%-
XYZ7.015.3129.09-
YUV52.22182.6292.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 149 (58.59% from 255) = 70.95%
R=0.95%
G=28.10%
B=70.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2591490.990.6000.42216.7397.3529.61
Hex23B95633C02Ad9611e
Octal2732251437405233114136
Binary10111011100101011100011111100010101011011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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