#022F8A

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

Shades of Smalt #022F8A

Tints of Smalt #022F8A

Color information

#022F8A (or 0x022F8A) is unknown color: approx Smalt. HEX triplet: 02, 2F and 8A. RGB value is (2,47,138). Sum of RGB (Red+Green+Blue) = 2+47+138=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #022F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F8A is #FDD075. Grayscale: #2B2B2B. Windows color (decimal): -16633974 or 9056002. OLE color: 9056002.

HSL color Cylindrical-coordinate representation of color #022F8A: hue angle of 220.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022F8A is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB247138-
CMYK0.990.6600.46
HSL220.15º97.14%27.45%-
HSV(B)220.15º98.55%54.12%-
XYZ5.633.8824.5-
YUV43.92181.0998.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 138 (54.30% from 255) = 73.80%
R=1.07%
G=25.13%
B=73.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2471380.990.6600.46220.1597.1427.45
Hex22F8A634202Edc611b
Octal25721214310205633414133
Binary101011111000101011000111000010010111011011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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