#133062

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

Shades of Sapphire #133062

Tints of Sapphire #133062

Color information

#133062 (or 0x133062) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 62. RGB value is (19,48,98). Sum of RGB (Red+Green+Blue) = 19+48+98=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #133062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133062 is #ECCF9D. Grayscale: #2C2C2C. Windows color (decimal): -15519646 or 6434835. OLE color: 6434835.

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

Color convert

RGB194898-
CMYK0.810.5100.62
HSL217.97º67.52%22.94%-
HSV(B)217.97º80.61%38.43%-
XYZ3.533.1311.97-
YUV45.03157.89109.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=11.52%
G=29.09%
B=59.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1948980.810.5100.62217.9767.5222.94
Hex133062513303Eda4417
Octal23601421216307633210427
Binary1001111000011000101010001110011011111011011010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133062; }

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

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

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

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

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

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

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

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