#13265B

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

Shades of Sapphire #13265B

Tints of Sapphire #13265B

Color information

#13265B (or 0x13265B) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 5B. RGB value is (19,38,91). Sum of RGB (Red+Green+Blue) = 19+38+91=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #13265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13265B is #ECD9A4. Grayscale: #262626. Windows color (decimal): -15522213 or 5973523. OLE color: 5973523.

HSL color Cylindrical-coordinate representation of color #13265B: hue angle of 224.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13265B is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB193891-
CMYK0.790.5800.64
HSL224.17º65.45%21.57%-
HSV(B)224.17º79.12%35.69%-
XYZ2.852.2810.19-
YUV38.36157.71114.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=12.84%
G=25.68%
B=61.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1938910.790.5800.64224.1765.4521.57
Hex13265B4F3A040e04116
Octal234613311772010034010126
Binary10011100110101101110011111110100100000011100000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13265B; }

 p { color: rgb(19,38,91); }

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

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

 a { background-color: rgb(19,38,91); }

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

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

 span { border-color: rgb(19,38,91); }

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