#133379

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

Shades of Sapphire #133379

Tints of Sapphire #133379

Color information

#133379 (or 0x133379) is unknown color: approx Sapphire. HEX triplet: 13, 33 and 79. RGB value is (19,51,121). Sum of RGB (Red+Green+Blue) = 19+51+121=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #133379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133379 is #ECCC86. Grayscale: #313131. Windows color (decimal): -15518855 or 7942931. OLE color: 7942931.

HSL color Cylindrical-coordinate representation of color #133379: hue angle of 221.18º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133379 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1951121-
CMYK0.840.5800.53
HSL221.18º72.86%27.45%-
HSV(B)221.18º84.3%47.45%-
XYZ4.93.8918.58-
YUV49.41168.4106.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 121 (47.66% from 255) = 63.35%
R=9.95%
G=26.70%
B=63.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19511210.840.5800.53221.1872.8627.45
Hex133379543A035dd491b
Octal23631711247206533511133
Binary1001111001111110011010100111010011010111011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133379; }

 p { color: rgb(19,51,121); }

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

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

 a { background-color: rgb(19,51,121); }

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

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

 span { border-color: rgb(19,51,121); }

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