#022F95

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

Shades of Smalt #022F95

Tints of Smalt #022F95

Color information

#022F95 (or 0x022F95) is unknown color: approx Smalt. HEX triplet: 02, 2F and 95. RGB value is (2,47,149). Sum of RGB (Red+Green+Blue) = 2+47+149=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #022F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F95 is #FDD06A. Grayscale: #2C2C2C. Windows color (decimal): -16633963 or 9776898. OLE color: 9776898.

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

Color convert

RGB247149-
CMYK0.990.6800.42
HSL221.63º97.35%29.61%-
HSV(B)221.63º98.66%58.43%-
XYZ6.474.2228.91-
YUV45.17186.5997.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 149 (58.59% from 255) = 75.25%
R=1.01%
G=23.74%
B=75.25%

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
Decimal2471490.990.6800.42221.6397.3529.61
Hex22F95634402Ade611e
Octal25722514310405233614136
Binary101011111001010111000111000100010101011011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022F95; }

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

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

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

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

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

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

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

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