#133262

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

Shades of Sapphire #133262

Tints of Sapphire #133262

Color information

#133262 (or 0x133262) is unknown color: approx Sapphire. HEX triplet: 13, 32 and 62. RGB value is (19,50,98). Sum of RGB (Red+Green+Blue) = 19+50+98=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #133262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133262 is #ECCD9D. Grayscale: #2D2D2D. Windows color (decimal): -15519134 or 6435347. OLE color: 6435347.

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

Color convert

RGB195098-
CMYK0.810.4900.62
HSL216.46º67.52%22.94%-
HSV(B)216.46º80.61%38.43%-
XYZ3.613.312-
YUV46.2157.23108.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 98 (38.67% from 255) = 58.68%
R=11.38%
G=29.94%
B=58.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1950980.810.4900.62216.4667.5222.94
Hex133262513103Ed84417
Octal23621421216107633010427
Binary1001111001011000101010001110001011111011011000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133262; }

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

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

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

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

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

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

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

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