#132B66

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

Shades of Sapphire #132B66

Tints of Sapphire #132B66

Color information

#132B66 (or 0x132B66) is unknown color: approx Sapphire. HEX triplet: 13, 2B and 66. RGB value is (19,43,102). Sum of RGB (Red+Green+Blue) = 19+43+102=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #132B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B66 is #ECD499. Grayscale: #2A2A2A. Windows color (decimal): -15520922 or 6695699. OLE color: 6695699.

HSL color Cylindrical-coordinate representation of color #132B66: hue angle of 222.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132B66 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1943102-
CMYK0.810.5800.6
HSL222.65º68.6%23.73%-
HSV(B)222.65º81.37%40%-
XYZ3.532.8312.93-
YUV42.55161.55111.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=11.59%
G=26.22%
B=62.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19431020.810.5800.6222.6568.623.73
Hex132B66513A03Cdf4518
Octal23531461217207433710530
Binary1001110101111001101010001111010011110011011111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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