#021768

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

Shades of Sapphire #021768

Tints of Sapphire #021768

Color information

#021768 (or 0x021768) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 68. RGB value is (2,23,104). Sum of RGB (Red+Green+Blue) = 2+23+104=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #021768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021768 is #FDE897. Grayscale: #191919. Windows color (decimal): -16640152 or 6821634. OLE color: 6821634.

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

Color convert

RGB223104-
CMYK0.980.7800.59
HSL227.65º96.23%20.78%-
HSV(B)227.65º98.08%40.78%-
XYZ2.831.6313.26-
YUV25.96172.04110.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 104 (41.02% from 255) = 80.62%
R=1.55%
G=17.83%
B=80.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2231040.980.7800.59227.6596.2320.78
Hex21768624E03Be46015
Octal22715014211607334414025
Binary1010111110100011000101001110011101111100100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021768; }

 p { color: rgb(2,23,104); }

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

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

 a { background-color: rgb(2,23,104); }

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

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

 span { border-color: rgb(2,23,104); }

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