#023095

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

Shades of Smalt #023095

Tints of Smalt #023095

Color information

#023095 (or 0x023095) is unknown color: approx Smalt. HEX triplet: 02, 30 and 95. RGB value is (2,48,149). Sum of RGB (Red+Green+Blue) = 2+48+149=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #023095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023095 is #FDCF6A. Grayscale: #2D2D2D. Windows color (decimal): -16633707 or 9777154. OLE color: 9777154.

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

Color convert

RGB248149-
CMYK0.990.6800.42
HSL221.22º97.35%29.61%-
HSV(B)221.22º98.66%58.43%-
XYZ6.514.328.92-
YUV45.76186.2696.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 149 (58.59% from 255) = 74.87%
R=1.01%
G=24.12%
B=74.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2481490.990.6800.42221.2297.3529.61
Hex23095634402Add611e
Octal26022514310405233514136
Binary101100001001010111000111000100010101011011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023095; }

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

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

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

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

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

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

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

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