#13246b

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

Shades of Sapphire #13246B

Tints of Sapphire #13246B

Color information

#13246B (or 0x13246B) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 6B. RGB value is (19,36,107). Sum of RGB (Red+Green+Blue) = 19+36+107=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #13246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13246B is #ECDB94. Grayscale: #262626. Windows color (decimal): -15522709 or 7021587. OLE color: 7021587.

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

Color convert

RGB1936107-
CMYK0.820.6600.58
HSL228.41º69.84%24.71%-
HSV(B)228.41º82.24%41.96%-
XYZ3.552.4614.2-
YUV39.01166.37113.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 107 (42.19% from 255) = 66.05%
R=11.73%
G=22.22%
B=66.05%

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
Decimal19361070.820.6600.58228.4169.8424.71
Hex13246B524203Ae44619
Octal234415312210207234410631
Binary10011100100110101110100101000010011101011100100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13246b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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