#132B53

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

Shades of Sapphire #132B53

Tints of Sapphire #132B53

Color information

#132B53 (or 0x132B53) is unknown color: approx Sapphire. HEX triplet: 13, 2B and 53. RGB value is (19,43,83). Sum of RGB (Red+Green+Blue) = 19+43+83=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #132B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B53 is #ECD4AC. Grayscale: #282828. Windows color (decimal): -15520941 or 5450515. OLE color: 5450515.

HSL color Cylindrical-coordinate representation of color #132B53: hue angle of 217.5º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132B53 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB194383-
CMYK0.770.4800.67
HSL217.5º62.75%20%-
HSV(B)217.5º77.11%32.55%-
XYZ2.692.498.52-
YUV40.38152.05112.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 83 (32.81% from 255) = 57.24%
R=13.10%
G=29.66%
B=57.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1943830.770.4800.67217.562.7520
Hex132B534D30043da3f14
Octal23531231156001033327724
Binary1001110101110100111001101110000010000111101101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132B53; }

 p { color: rgb(19,43,83); }

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

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

 a { background-color: rgb(19,43,83); }

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

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

 span { border-color: rgb(19,43,83); }

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