#01216F

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

Shades of Sapphire #01216F

Tints of Sapphire #01216F

Color information

#01216F (or 0x01216F) is unknown color: approx Sapphire. HEX triplet: 01, 21 and 6F. RGB value is (1,33,111). Sum of RGB (Red+Green+Blue) = 1+33+111=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #01216F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01216F is #FEDE90. Grayscale: #1F1F1F. Windows color (decimal): -16703121 or 7282945. OLE color: 7282945.

HSL color Cylindrical-coordinate representation of color #01216F: hue angle of 222.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01216F is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB133111-
CMYK0.990.7000.56
HSL222.55º98.21%21.96%-
HSV(B)222.55º99.1%43.53%-
XYZ3.432.2415.29-
YUV32.32172.4105.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 111 (43.75% from 255) = 76.55%
R=0.69%
G=22.76%
B=76.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1331110.990.7000.56222.5598.2121.96
Hex1216F6346038df6216
Octal14115714310607033714226
Binary1100001110111111000111000110011100011011111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01216F; }

 p { color: rgb(1,33,111); }

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

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

 a { background-color: rgb(1,33,111); }

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

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

 span { border-color: rgb(1,33,111); }

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