#01276F

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

Shades of Sapphire #01276F

Tints of Sapphire #01276F

Color information

#01276F (or 0x01276F) is unknown color: approx Sapphire. HEX triplet: 01, 27 and 6F. RGB value is (1,39,111). Sum of RGB (Red+Green+Blue) = 1+39+111=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #01276F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01276F is #FED890. Grayscale: #232323. Windows color (decimal): -16701585 or 7284481. OLE color: 7284481.

HSL color Cylindrical-coordinate representation of color #01276F: hue angle of 219.27º 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 #01276F is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB139111-
CMYK0.990.6500.56
HSL219.27º98.21%21.96%-
HSV(B)219.27º99.1%43.53%-
XYZ3.612.6115.35-
YUV35.85170.41103.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 111 (43.75% from 255) = 73.51%
R=0.66%
G=25.83%
B=73.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1391110.990.6500.56219.2798.2121.96
Hex1276F6341038db6216
Octal14715714310107033314226
Binary1100111110111111000111000001011100011011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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