#133162

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

Shades of Sapphire #133162

Tints of Sapphire #133162

Color information

#133162 (or 0x133162) is unknown color: approx Sapphire. HEX triplet: 13, 31 and 62. RGB value is (19,49,98). Sum of RGB (Red+Green+Blue) = 19+49+98=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #133162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133162 is #ECCE9D. Grayscale: #2D2D2D. Windows color (decimal): -15519390 or 6435091. OLE color: 6435091.

HSL color Cylindrical-coordinate representation of color #133162: hue angle of 217.22º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133162 is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB194998-
CMYK0.810.500.62
HSL217.22º67.52%22.94%-
HSV(B)217.22º80.61%38.43%-
XYZ3.573.2211.99-
YUV45.62157.56109.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 49 (19.53% from 255) = 29.52%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=11.45%
G=29.52%
B=59.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1949980.810.500.62217.2267.5222.94
Hex133162513203Ed94417
Octal23611421216207633110427
Binary1001111000111000101010001110010011111011011001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133162; }

 p { color: rgb(19,49,98); }

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

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

 a { background-color: rgb(19,49,98); }

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

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

 span { border-color: rgb(19,49,98); }

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