#022D87

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

Shades of Smalt #022D87

Tints of Smalt #022D87

Color information

#022D87 (or 0x022D87) is unknown color: approx Smalt. HEX triplet: 02, 2D and 87. RGB value is (2,45,135). Sum of RGB (Red+Green+Blue) = 2+45+135=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 135 (53.12% from 255 or 74.18% from 182); Max value from RGB is 135 - color contains mainly: blue. Hex color #022D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022D87 is #FDD278. Grayscale: #2A2A2A. Windows color (decimal): -16634489 or 8858882. OLE color: 8858882.

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

Color convert

RGB245135-
CMYK0.990.6700.47
HSL220.6º97.08%26.86%-
HSV(B)220.6º98.52%52.94%-
XYZ5.343.6423.34-
YUV42.4180.2599.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 135 (53.12% from 255) = 74.18%
R=1.10%
G=24.73%
B=74.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2451350.990.6700.47220.697.0826.86
Hex22D87634302Fdd611b
Octal25520714310305733514133
Binary101011011000011111000111000011010111111011101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,45,135); }

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

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

 a { background-color: rgb(2,45,135); }

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

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

 span { border-color: rgb(2,45,135); }

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