#132E78

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

Shades of Sapphire #132E78

Tints of Sapphire #132E78

Color information

#132E78 (or 0x132E78) is unknown color: approx Sapphire. HEX triplet: 13, 2E and 78. RGB value is (19,46,120). Sum of RGB (Red+Green+Blue) = 19+46+120=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #132E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E78 is #ECD187. Grayscale: #2E2E2E. Windows color (decimal): -15520136 or 7876115. OLE color: 7876115.

HSL color Cylindrical-coordinate representation of color #132E78: hue angle of 223.96º degrees, saturation: 0.73, 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 #132E78 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1946120-
CMYK0.840.6200.53
HSL223.96º72.66%27.25%-
HSV(B)223.96º84.17%47.06%-
XYZ4.643.4518.19-
YUV46.36169.55108.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=10.27%
G=24.86%
B=64.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19461200.840.6200.53223.9672.6627.25
Hex132E78543E035e0491b
Octal23561701247606534011133
Binary1001110111011110001010100111110011010111100000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,46,120); }

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

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

 a { background-color: rgb(19,46,120); }

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

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

 span { border-color: rgb(19,46,120); }

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