#13296A

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

Shades of Sapphire #13296A

Tints of Sapphire #13296A

Color information

#13296A (or 0x13296A) is unknown color: approx Sapphire. HEX triplet: 13, 29 and 6A. RGB value is (19,41,106). Sum of RGB (Red+Green+Blue) = 19+41+106=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #13296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13296A is #ECD695. Grayscale: #292929. Windows color (decimal): -15521430 or 6957331. OLE color: 6957331.

HSL color Cylindrical-coordinate representation of color #13296A: hue angle of 224.83º 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 #13296A is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1941106-
CMYK0.820.6100.58
HSL224.83º69.6%24.51%-
HSV(B)224.83º82.08%41.57%-
XYZ3.662.7613.98-
YUV41.83164.21111.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 106 (41.80% from 255) = 63.86%
R=11.45%
G=24.70%
B=63.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19411060.820.6100.58224.8369.624.51
Hex13296A523D03Ae14619
Octal23511521227507234110631
Binary1001110100111010101010010111101011101011100001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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