#133177

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

Shades of Sapphire #133177

Tints of Sapphire #133177

Color information

#133177 (or 0x133177) is unknown color: approx Sapphire. HEX triplet: 13, 31 and 77. RGB value is (19,49,119). Sum of RGB (Red+Green+Blue) = 19+49+119=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #133177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133177 is #ECCE88. Grayscale: #2F2F2F. Windows color (decimal): -15519369 or 7811347. OLE color: 7811347.

HSL color Cylindrical-coordinate representation of color #133177: hue angle of 222º degrees, saturation: 0.72, 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 #133177 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1949119-
CMYK0.840.5900.53
HSL222º72.46%27.06%-
HSV(B)222º84.03%46.67%-
XYZ4.73.6717.91-
YUV48.01168.06107.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=10.16%
G=26.20%
B=63.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19491190.840.5900.5322272.4627.06
Hex133177543B035de481b
Octal23611671247306533611033
Binary1001111000111101111010100111011011010111011110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133177; }

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

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

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

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

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

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

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

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