#132B51

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

Shades of Sapphire #132B51

Tints of Sapphire #132B51

Color information

#132B51 (or 0x132B51) is unknown color: approx Sapphire. HEX triplet: 13, 2B and 51. RGB value is (19,43,81). Sum of RGB (Red+Green+Blue) = 19+43+81=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #132B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B51 is #ECD4AE. Grayscale: #272727. Windows color (decimal): -15520943 or 5319443. OLE color: 5319443.

HSL color Cylindrical-coordinate representation of color #132B51: hue angle of 216.77º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132B51 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB194381-
CMYK0.770.4700.68
HSL216.77º62%19.61%-
HSV(B)216.77º76.54%31.76%-
XYZ2.622.468.12-
YUV40.16151.05112.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=13.29%
G=30.07%
B=56.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1943810.770.4700.68216.776219.61
Hex132B514D2F044d93e14
Octal23531211155701043317624
Binary1001110101110100011001101101111010001001101100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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