#133261

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

Shades of Sapphire #133261

Tints of Sapphire #133261

Color information

#133261 (or 0x133261) is unknown color: approx Sapphire. HEX triplet: 13, 32 and 61. RGB value is (19,50,97). Sum of RGB (Red+Green+Blue) = 19+50+97=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #133261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133261 is #ECCD9E. Grayscale: #2D2D2D. Windows color (decimal): -15519135 or 6369811. OLE color: 6369811.

HSL color Cylindrical-coordinate representation of color #133261: hue angle of 216.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133261 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB195097-
CMYK0.800.4800.62
HSL216.15º67.24%22.75%-
HSV(B)216.15º80.41%38.04%-
XYZ3.573.2811.75-
YUV46.09156.73108.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=11.45%
G=30.12%
B=58.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1950970.800.4800.62216.1567.2422.75
Hex133261503003Ed84317
Octal23621411206007633010327
Binary1001111001011000011010000110000011111011011000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133261; }

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

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

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

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

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

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

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

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