#021165

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

Shades of Sapphire #021165

Tints of Sapphire #021165

Color information

#021165 (or 0x021165) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 65. RGB value is (2,17,101). Sum of RGB (Red+Green+Blue) = 2+17+101=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 101 (39.84% from 255 or 84.17% from 120); Max value from RGB is 101 - color contains mainly: blue. Hex color #021165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021165 is #FDEE9A. Grayscale: #151515. Windows color (decimal): -16641691 or 6623490. OLE color: 6623490.

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

Color convert

RGB217101-
CMYK0.980.8300.60
HSL230.91º96.12%20.2%-
HSV(B)230.91º98.02%39.61%-
XYZ2.571.3512.44-
YUV22.09172.53113.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 101 (39.84% from 255) = 84.17%
R=1.67%
G=14.17%
B=84.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2171010.980.8300.60230.9196.1220.2
Hex21165625303Ce76014
Octal22114514212307434714024
Binary1010001110010111000101010011011110011100111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021165; }

 p { color: rgb(2,17,101); }

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

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

 a { background-color: rgb(2,17,101); }

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

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

 span { border-color: rgb(2,17,101); }

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