#13317B

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

Shades of Sapphire #13317B

Tints of Sapphire #13317B

Color information

#13317B (or 0x13317B) is unknown color: approx Sapphire. HEX triplet: 13, 31 and 7B. RGB value is (19,49,123). Sum of RGB (Red+Green+Blue) = 19+49+123=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #13317B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13317B is #ECCE84. Grayscale: #303030. Windows color (decimal): -15519365 or 8073491. OLE color: 8073491.

HSL color Cylindrical-coordinate representation of color #13317B: hue angle of 222.69º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13317B is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1949123-
CMYK0.850.6000.52
HSL222.69º73.24%27.84%-
HSV(B)222.69º84.55%48.24%-
XYZ4.943.7719.21-
YUV48.47170.06106.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 123 (48.44% from 255) = 64.40%
R=9.95%
G=25.65%
B=64.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19491230.850.6000.52222.6973.2427.84
Hex13317B553C034df491c
Octal23611731257406433711134
Binary1001111000111110111010101111100011010011011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,49,123); }

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

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

 a { background-color: rgb(19,49,123); }

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

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

 span { border-color: rgb(19,49,123); }

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