#021968

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

Shades of Sapphire #021968

Tints of Sapphire #021968

Color information

#021968 (or 0x021968) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 68. RGB value is (2,25,104). Sum of RGB (Red+Green+Blue) = 2+25+104=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #021968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021968 is #FDE697. Grayscale: #1A1A1A. Windows color (decimal): -16639640 or 6822146. OLE color: 6822146.

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

Color convert

RGB225104-
CMYK0.980.7600.59
HSL226.47º96.23%20.78%-
HSV(B)226.47º98.08%40.78%-
XYZ2.871.7113.27-
YUV27.13171.38110.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 104 (41.02% from 255) = 79.39%
R=1.53%
G=19.08%
B=79.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2251040.980.7600.59226.4796.2320.78
Hex21968624C03Be26015
Octal23115014211407334214025
Binary1011001110100011000101001100011101111100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021968; }

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

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

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

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

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

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

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

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