#133266

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

Shades of Sapphire #133266

Tints of Sapphire #133266

Color information

#133266 (or 0x133266) is unknown color: approx Sapphire. HEX triplet: 13, 32 and 66. RGB value is (19,50,102). Sum of RGB (Red+Green+Blue) = 19+50+102=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #133266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133266 is #ECCD99. Grayscale: #2E2E2E. Windows color (decimal): -15519130 or 6697491. OLE color: 6697491.

HSL color Cylindrical-coordinate representation of color #133266: hue angle of 217.59º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133266 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1950102-
CMYK0.810.5100.6
HSL217.59º68.6%23.73%-
HSV(B)217.59º81.37%40%-
XYZ3.813.3813.02-
YUV46.66159.23108.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 102 (40.23% from 255) = 59.65%
R=11.11%
G=29.24%
B=59.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19501020.810.5100.6217.5968.623.73
Hex133266513303Cda4518
Octal23621461216307433210530
Binary1001111001011001101010001110011011110011011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133266; }

 p { color: rgb(19,50,102); }

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

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

 a { background-color: rgb(19,50,102); }

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

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

 span { border-color: rgb(19,50,102); }

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