#022A8D

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

Shades of Smalt #022A8D

Tints of Smalt #022A8D

Color information

#022A8D (or 0x022A8D) is unknown color: approx Smalt. HEX triplet: 02, 2A and 8D. RGB value is (2,42,141). Sum of RGB (Red+Green+Blue) = 2+42+141=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #022A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022A8D is #FDD572. Grayscale: #282828. Windows color (decimal): -16635251 or 9251330. OLE color: 9251330.

HSL color Cylindrical-coordinate representation of color #022A8D: hue angle of 222.73º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022A8D is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB242141-
CMYK0.990.7000.45
HSL222.73º97.2%28.04%-
HSV(B)222.73º98.58%55.29%-
XYZ5.663.5925.59-
YUV41.33184.2599.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 42 (16.80% from 255) = 22.70%
BLUE value IS 141 (55.47% from 255) = 76.22%
R=1.08%
G=22.70%
B=76.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2421410.990.7000.45222.7397.228.04
Hex22A8D634602Ddf611c
Octal25221514310605533714134
Binary101010101000110111000111000110010110111011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,42,141); }

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

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

 a { background-color: rgb(2,42,141); }

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

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

 span { border-color: rgb(2,42,141); }

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