#021167

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

Shades of Sapphire #021167

Tints of Sapphire #021167

Color information

#021167 (or 0x021167) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 67. RGB value is (2,17,103). Sum of RGB (Red+Green+Blue) = 2+17+103=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 103 (40.62% from 255 or 84.43% from 122); Max value from RGB is 103 - color contains mainly: blue. Hex color #021167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021167 is #FDEE98. Grayscale: #151515. Windows color (decimal): -16641689 or 6754562. OLE color: 6754562.

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

Color convert

RGB217103-
CMYK0.980.8300.60
HSL231.09º96.19%20.59%-
HSV(B)231.09º98.06%40.39%-
XYZ2.671.3912.96-
YUV22.32173.53113.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 103 (40.62% from 255) = 84.43%
R=1.64%
G=13.93%
B=84.43%

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
Decimal2171030.980.8300.60231.0996.1920.59
Hex21167625303Ce76015
Octal22114714212307434714025
Binary1010001110011111000101010011011110011100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021167; }

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

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

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

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

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

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

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

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