#01276D

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

Shades of Sapphire #01276D

Tints of Sapphire #01276D

Color information

#01276D (or 0x01276D) is unknown color: approx Sapphire. HEX triplet: 01, 27 and 6D. RGB value is (1,39,109). Sum of RGB (Red+Green+Blue) = 1+39+109=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #01276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01276D is #FED892. Grayscale: #232323. Windows color (decimal): -16701587 or 7153409. OLE color: 7153409.

HSL color Cylindrical-coordinate representation of color #01276D: hue angle of 218.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01276D is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB139109-
CMYK0.990.6400.57
HSL218.89º98.18%21.57%-
HSV(B)218.89º99.08%42.75%-
XYZ3.52.5614.78-
YUV35.62169.41103.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 109 (42.97% from 255) = 73.15%
R=0.67%
G=26.17%
B=73.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1391090.990.6400.57218.8998.1821.57
Hex1276D6340039db6216
Octal14715514310007133314226
Binary1100111110110111000111000000011100111011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01276D; }

 p { color: rgb(1,39,109); }

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

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

 a { background-color: rgb(1,39,109); }

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

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

 span { border-color: rgb(1,39,109); }

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