#133063

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

Shades of Sapphire #133063

Tints of Sapphire #133063

Color information

#133063 (or 0x133063) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 63. RGB value is (19,48,99). Sum of RGB (Red+Green+Blue) = 19+48+99=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #133063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133063 is #ECCF9C. Grayscale: #2C2C2C. Windows color (decimal): -15519645 or 6500371. OLE color: 6500371.

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

Color convert

RGB194899-
CMYK0.810.5200.61
HSL218.25º67.8%23.14%-
HSV(B)218.25º80.81%38.82%-
XYZ3.583.1512.22-
YUV45.14158.39109.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 99 (39.06% from 255) = 59.64%
R=11.45%
G=28.92%
B=59.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1948990.810.5200.61218.2567.823.14
Hex133063513403Dda4417
Octal23601431216407533210427
Binary1001111000011000111010001110100011110111011010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133063; }

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

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

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

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

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

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

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

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