#02204A

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

Shades of Sapphire #02204A

Tints of Sapphire #02204A

Color information

#02204A (or 0x02204A) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 4A. RGB value is (2,32,74). Sum of RGB (Red+Green+Blue) = 2+32+74=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #02204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02204A is #FDDFB5. Grayscale: #1B1B1B. Windows color (decimal): -16637878 or 4857858. OLE color: 4857858.

HSL color Cylindrical-coordinate representation of color #02204A: hue angle of 215º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02204A is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB23274-
CMYK0.970.5700.71
HSL215º94.74%14.9%-
HSV(B)215º97.3%29.02%-
XYZ1.781.546.68-
YUV27.82154.06109.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 74 (29.30% from 255) = 68.52%
R=1.85%
G=29.63%
B=68.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal232740.970.5700.7121594.7414.9
Hex2204A6139047d75ff
Octal24011214171010732713717
Binary1010000010010101100001111001010001111101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02204A; }

 p { color: rgb(2,32,74); }

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

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

 a { background-color: rgb(2,32,74); }

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

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

 span { border-color: rgb(2,32,74); }

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