#133363

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

Shades of Sapphire #133363

Tints of Sapphire #133363

Color information

#133363 (or 0x133363) is unknown color: approx Sapphire. HEX triplet: 13, 33 and 63. RGB value is (19,51,99). Sum of RGB (Red+Green+Blue) = 19+51+99=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #133363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133363 is #ECCC9C. Grayscale: #2E2E2E. Windows color (decimal): -15518877 or 6501139. OLE color: 6501139.

HSL color Cylindrical-coordinate representation of color #133363: hue angle of 216º 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 #133363 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB195199-
CMYK0.810.4800.61
HSL216º67.8%23.14%-
HSV(B)216º80.81%38.82%-
XYZ3.73.4112.27-
YUV46.9157.4108.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=11.24%
G=30.18%
B=58.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1951990.810.4800.6121667.823.14
Hex133363513003Dd84417
Octal23631431216007533010427
Binary1001111001111000111010001110000011110111011000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133363; }

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

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

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

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

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

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

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

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