#132677

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

Shades of Sapphire #132677

Tints of Sapphire #132677

Color information

#132677 (or 0x132677) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 77. RGB value is (19,38,119). Sum of RGB (Red+Green+Blue) = 19+38+119=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #132677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132677 is #ECD988. Grayscale: #292929. Windows color (decimal): -15522185 or 7808531. OLE color: 7808531.

HSL color Cylindrical-coordinate representation of color #132677: hue angle of 228.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132677 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1938119-
CMYK0.840.6800.53
HSL228.6º72.46%27.06%-
HSV(B)228.6º84.03%46.67%-
XYZ4.292.8617.78-
YUV41.55171.71111.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 119 (46.88% from 255) = 67.61%
R=10.80%
G=21.59%
B=67.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19381190.840.6800.53228.672.4627.06
Hex1326775444035e5481b
Octal234616712410406534511033
Binary10011100110111011110101001000100011010111100101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132677; }

 p { color: rgb(19,38,119); }

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

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

 a { background-color: rgb(19,38,119); }

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

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

 span { border-color: rgb(19,38,119); }

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