#133059

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

Shades of Sapphire #133059

Tints of Sapphire #133059

Color information

#133059 (or 0x133059) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 59. RGB value is (19,48,89). Sum of RGB (Red+Green+Blue) = 19+48+89=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #133059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133059 is #ECCFA6. Grayscale: #2B2B2B. Windows color (decimal): -15519655 or 5845011. OLE color: 5845011.

HSL color Cylindrical-coordinate representation of color #133059: hue angle of 215.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133059 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB194889-
CMYK0.790.4600.65
HSL215.14º64.81%21.18%-
HSV(B)215.14º78.65%34.9%-
XYZ3.132.979.86-
YUV44153.39110.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 48 (19.14% from 255) = 30.77%
BLUE value IS 89 (35.16% from 255) = 57.05%
R=12.18%
G=30.77%
B=57.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1948890.790.4600.65215.1464.8121.18
Hex1330594F2E041d74115
Octal236013111756010132710125
Binary10011110000101100110011111011100100000111010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133059; }

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

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

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

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

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

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

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

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