#022362

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

Shades of Sapphire #022362

Tints of Sapphire #022362

Color information

#022362 (or 0x022362) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 62. RGB value is (2,35,98). Sum of RGB (Red+Green+Blue) = 2+35+98=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #022362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022362 is #FDDC9D. Grayscale: #202020. Windows color (decimal): -16637086 or 6431490. OLE color: 6431490.

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

Color convert

RGB23598-
CMYK0.980.6400.62
HSL219.38º96%19.61%-
HSV(B)219.38º97.96%38.43%-
XYZ2.832.111.81-
YUV32.32165.07106.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 98 (38.67% from 255) = 72.59%
R=1.48%
G=25.93%
B=72.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal235980.980.6400.62219.389619.61
Hex22362624003Edb6014
Octal24314214210007633314024
Binary10100011110001011000101000000011111011011011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022362; }

 p { color: rgb(2,35,98); }

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

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

 a { background-color: rgb(2,35,98); }

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

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

 span { border-color: rgb(2,35,98); }

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