#132466

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

Shades of Sapphire #132466

Tints of Sapphire #132466

Color information

#132466 (or 0x132466) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 66. RGB value is (19,36,102). Sum of RGB (Red+Green+Blue) = 19+36+102=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #132466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132466 is #ECDB99. Grayscale: #262626. Windows color (decimal): -15522714 or 6693907. OLE color: 6693907.

HSL color Cylindrical-coordinate representation of color #132466: hue angle of 227.71º 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 #132466 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1936102-
CMYK0.810.6500.6
HSL227.71º68.6%23.73%-
HSV(B)227.71º81.37%40%-
XYZ3.32.3612.85-
YUV38.44163.87114.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 102 (40.23% from 255) = 64.97%
R=12.10%
G=22.93%
B=64.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19361020.810.6500.6227.7168.623.73
Hex132466514103Ce44518
Octal234414612110107434410530
Binary10011100100110011010100011000001011110011100100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132466; }

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

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

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

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

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

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

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

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