#13305C

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

Shades of Sapphire #13305C

Tints of Sapphire #13305C

Color information

#13305C (or 0x13305C) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 5C. RGB value is (19,48,92). Sum of RGB (Red+Green+Blue) = 19+48+92=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #13305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13305C is #ECCFA3. Grayscale: #2C2C2C. Windows color (decimal): -15519652 or 6041619. OLE color: 6041619.

HSL color Cylindrical-coordinate representation of color #13305C: hue angle of 216.16º degrees, saturation: 0.66, 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 #13305C is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB194892-
CMYK0.790.4800.64
HSL216.16º65.77%21.76%-
HSV(B)216.16º79.35%36.08%-
XYZ3.263.0310.54-
YUV44.34154.89109.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 92 (36.33% from 255) = 57.86%
R=11.95%
G=30.19%
B=57.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1948920.790.4800.64216.1665.7721.76
Hex13305C4F30040d84216
Octal236013411760010033010226
Binary10011110000101110010011111100000100000011011000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13305C; }

 p { color: rgb(19,48,92); }

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

<style>
 a { background-color: #13305C; }

 a { background-color: rgb(19,48,92); }

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

<style>
 span { border-color: #13305C; }

 span { border-color: rgb(19,48,92); }

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