#13276A

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

Shades of Sapphire #13276A

Tints of Sapphire #13276A

Color information

#13276A (or 0x13276A) is unknown color: approx Sapphire. HEX triplet: 13, 27 and 6A. RGB value is (19,39,106). Sum of RGB (Red+Green+Blue) = 19+39+106=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #13276A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13276A is #ECD895. Grayscale: #282828. Windows color (decimal): -15521942 or 6956819. OLE color: 6956819.

HSL color Cylindrical-coordinate representation of color #13276A: hue angle of 226.21º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13276A is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1939106-
CMYK0.820.6300.58
HSL226.21º69.6%24.51%-
HSV(B)226.21º82.08%41.57%-
XYZ3.62.6313.95-
YUV40.66164.87112.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 106 (41.80% from 255) = 64.63%
R=11.59%
G=23.78%
B=64.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19391060.820.6300.58226.2169.624.51
Hex13276A523F03Ae24619
Octal23471521227707234210631
Binary1001110011111010101010010111111011101011100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13276A; }

 p { color: rgb(19,39,106); }

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

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

 a { background-color: rgb(19,39,106); }

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

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

 span { border-color: rgb(19,39,106); }

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