#021967

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

Shades of Sapphire #021967

Tints of Sapphire #021967

Color information

#021967 (or 0x021967) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 67. RGB value is (2,25,103). Sum of RGB (Red+Green+Blue) = 2+25+103=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 103 (40.62% from 255 or 79.23% from 130); Max value from RGB is 103 - color contains mainly: blue. Hex color #021967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021967 is #FDE698. Grayscale: #1A1A1A. Windows color (decimal): -16639641 or 6756610. OLE color: 6756610.

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

Color convert

RGB225103-
CMYK0.980.7600.60
HSL226.34º96.19%20.59%-
HSV(B)226.34º98.06%40.39%-
XYZ2.821.6913.01-
YUV27.02170.88110.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 103 (40.62% from 255) = 79.23%
R=1.54%
G=19.23%
B=79.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2251030.980.7600.60226.3496.1920.59
Hex21967624C03Ce26015
Octal23114714211407434214025
Binary1011001110011111000101001100011110011100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021967; }

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

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

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

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

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

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

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

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