#021067

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

Shades of Sapphire #021067

Tints of Sapphire #021067

Color information

#021067 (or 0x021067) is unknown color: approx Sapphire. HEX triplet: 02, 10 and 67. RGB value is (2,16,103). Sum of RGB (Red+Green+Blue) = 2+16+103=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 103 (40.62% from 255 or 85.12% from 121); Max value from RGB is 103 - color contains mainly: blue. Hex color #021067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021067 is #FDEF98. Grayscale: #151515. Windows color (decimal): -16641945 or 6754306. OLE color: 6754306.

HSL color Cylindrical-coordinate representation of color #021067: hue angle of 231.68º 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 #021067 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB216103-
CMYK0.980.8400.60
HSL231.68º96.19%20.59%-
HSV(B)231.68º98.06%40.39%-
XYZ2.661.3612.95-
YUV21.73173.86113.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 103 (40.62% from 255) = 85.12%
R=1.65%
G=13.22%
B=85.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2161030.980.8400.60231.6896.1920.59
Hex21067625403Ce86015
Octal22014714212407435014025
Binary1010000110011111000101010100011110011101000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021067; }

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

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

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

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

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

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

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

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