#133574

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

Shades of Sapphire #133574

Tints of Sapphire #133574

Color information

#133574 (or 0x133574) is unknown color: approx Sapphire. HEX triplet: 13, 35 and 74. RGB value is (19,53,116). Sum of RGB (Red+Green+Blue) = 19+53+116=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #133574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133574 is #ECCA8B. Grayscale: #313131. Windows color (decimal): -15518348 or 7615763. OLE color: 7615763.

HSL color Cylindrical-coordinate representation of color #133574: hue angle of 218.97º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133574 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1953116-
CMYK0.840.5400.55
HSL218.97º71.85%26.47%-
HSV(B)218.97º83.62%45.49%-
XYZ4.693.9517.04-
YUV50.02165.24105.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 116 (45.70% from 255) = 61.70%
R=10.11%
G=28.19%
B=61.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19531160.840.5400.55218.9771.8526.47
Hex1335745436037db481a
Octal23651641246606733311032
Binary1001111010111101001010100110110011011111011011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133574; }

 p { color: rgb(19,53,116); }

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

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

 a { background-color: rgb(19,53,116); }

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

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

 span { border-color: rgb(19,53,116); }

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