#02165F

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

Shades of Sapphire #02165F

Tints of Sapphire #02165F

Color information

#02165F (or 0x02165F) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 5F. RGB value is (2,22,95). Sum of RGB (Red+Green+Blue) = 2+22+95=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 95 (37.5% from 255 or 79.83% from 119); Max value from RGB is 95 - color contains mainly: blue. Hex color #02165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02165F is #FDE9A0. Grayscale: #181818. Windows color (decimal): -16640417 or 6231554. OLE color: 6231554.

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

Color convert

RGB22295-
CMYK0.980.7700.63
HSL227.1º95.88%19.02%-
HSV(B)227.1º97.89%37.25%-
XYZ2.381.4110.97-
YUV24.34167.87112.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 95 (37.5% from 255) = 79.83%
R=1.68%
G=18.49%
B=79.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal222950.980.7700.63227.195.8819.02
Hex2165F624D03Fe36013
Octal22613714211507734314023
Binary1010110101111111000101001101011111111100011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02165F; }

 p { color: rgb(2,22,95); }

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

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

 a { background-color: rgb(2,22,95); }

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

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

 span { border-color: rgb(2,22,95); }

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