#012769

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

Shades of Sapphire #012769

Tints of Sapphire #012769

Color information

#012769 (or 0x012769) is unknown color: approx Sapphire. HEX triplet: 01, 27 and 69. RGB value is (1,39,105). Sum of RGB (Red+Green+Blue) = 1+39+105=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #012769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012769 is #FED896. Grayscale: #222222. Windows color (decimal): -16701591 or 6891265. OLE color: 6891265.

HSL color Cylindrical-coordinate representation of color #012769: hue angle of 218.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012769 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB139105-
CMYK0.990.6300.59
HSL218.08º98.11%20.78%-
HSV(B)218.08º99.05%41.18%-
XYZ3.292.4813.67-
YUV35.16167.41103.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 105 (41.41% from 255) = 72.41%
R=0.69%
G=26.90%
B=72.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1391050.990.6300.59218.0898.1120.78
Hex12769633F03Bda6215
Octal1471511437707333214225
Binary110011111010011100011111111011101111011010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012769; }

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

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

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

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

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

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

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

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