#022460

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

Shades of Sapphire #022460

Tints of Sapphire #022460

Color information

#022460 (or 0x022460) is unknown color: approx Sapphire. HEX triplet: 02, 24 and 60. RGB value is (2,36,96). Sum of RGB (Red+Green+Blue) = 2+36+96=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #022460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022460 is #FDDB9F. Grayscale: #202020. Windows color (decimal): -16636832 or 6300674. OLE color: 6300674.

HSL color Cylindrical-coordinate representation of color #022460: hue angle of 218.3º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022460 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB23696-
CMYK0.980.6200.62
HSL218.3º95.92%19.22%-
HSV(B)218.3º97.92%37.65%-
XYZ2.772.1211.33-
YUV32.67163.74106.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 96 (37.89% from 255) = 71.64%
R=1.49%
G=26.87%
B=71.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal236960.980.6200.62218.395.9219.22
Hex22460623E03Eda6013
Octal2441401427607633214023
Binary1010010011000001100010111110011111011011010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022460; }

 p { color: rgb(2,36,96); }

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

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

 a { background-color: rgb(2,36,96); }

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

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

 span { border-color: rgb(2,36,96); }

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