#133061

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

Shades of Sapphire #133061

Tints of Sapphire #133061

Color information

#133061 (or 0x133061) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 61. RGB value is (19,48,97). Sum of RGB (Red+Green+Blue) = 19+48+97=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #133061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133061 is #ECCF9E. Grayscale: #2C2C2C. Windows color (decimal): -15519647 or 6369299. OLE color: 6369299.

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

Color convert

RGB194897-
CMYK0.800.5100.62
HSL217.69º67.24%22.75%-
HSV(B)217.69º80.41%38.04%-
XYZ3.483.1211.73-
YUV44.92157.39109.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 97 (38.28% from 255) = 59.15%
R=11.59%
G=29.27%
B=59.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1948970.800.5100.62217.6967.2422.75
Hex133061503303Eda4317
Octal23601411206307633210327
Binary1001111000011000011010000110011011111011011010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133061; }

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

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

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

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

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

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

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

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