#13246A

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

Shades of Sapphire #13246A

Tints of Sapphire #13246A

Color information

#13246A (or 0x13246A) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 6A. RGB value is (19,36,106). Sum of RGB (Red+Green+Blue) = 19+36+106=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #13246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13246A is #ECDB95. Grayscale: #262626. Windows color (decimal): -15522710 or 6956051. OLE color: 6956051.

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

Color convert

RGB1936106-
CMYK0.820.6600.58
HSL228.28º69.6%24.51%-
HSV(B)228.28º82.08%41.57%-
XYZ3.52.4413.92-
YUV38.9165.87113.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 106 (41.80% from 255) = 65.84%
R=11.80%
G=22.36%
B=65.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19361060.820.6600.58228.2869.624.51
Hex13246A524203Ae44619
Octal234415212210207234410631
Binary10011100100110101010100101000010011101011100100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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