#133163

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

Shades of Sapphire #133163

Tints of Sapphire #133163

Color information

#133163 (or 0x133163) is unknown color: approx Sapphire. HEX triplet: 13, 31 and 63. RGB value is (19,49,99). Sum of RGB (Red+Green+Blue) = 19+49+99=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #133163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133163 is #ECCE9C. Grayscale: #2D2D2D. Windows color (decimal): -15519389 or 6500627. OLE color: 6500627.

HSL color Cylindrical-coordinate representation of color #133163: hue angle of 217.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133163 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB194999-
CMYK0.810.5100.61
HSL217.5º67.8%23.14%-
HSV(B)217.5º80.81%38.82%-
XYZ3.623.2412.24-
YUV45.73158.06108.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=11.38%
G=29.34%
B=59.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1949990.810.5100.61217.567.823.14
Hex133163513303Dda4417
Octal23611431216307533210427
Binary1001111000111000111010001110011011110111011010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133163; }

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

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

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

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

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

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

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

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