#133471

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

Shades of Sapphire #133471

Tints of Sapphire #133471

Color information

#133471 (or 0x133471) is unknown color: approx Sapphire. HEX triplet: 13, 34 and 71. RGB value is (19,52,113). Sum of RGB (Red+Green+Blue) = 19+52+113=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #133471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133471 is #ECCB8E. Grayscale: #303030. Windows color (decimal): -15518607 or 7418899. OLE color: 7418899.

HSL color Cylindrical-coordinate representation of color #133471: hue angle of 218.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133471 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1952113-
CMYK0.830.5400.56
HSL218.94º71.21%25.88%-
HSV(B)218.94º83.19%44.31%-
XYZ4.483.7916.12-
YUV49.09164.07106.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 52 (20.70% from 255) = 28.26%
BLUE value IS 113 (44.53% from 255) = 61.41%
R=10.33%
G=28.26%
B=61.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19521130.830.5400.56218.9471.2125.88
Hex1334715336038db471a
Octal23641611236607033310732
Binary1001111010011100011010011110110011100011011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133471; }

 p { color: rgb(19,52,113); }

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

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

 a { background-color: rgb(19,52,113); }

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

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

 span { border-color: rgb(19,52,113); }

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