#132A78

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

Shades of Sapphire #132A78

Tints of Sapphire #132A78

Color information

#132A78 (or 0x132A78) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 78. RGB value is (19,42,120). Sum of RGB (Red+Green+Blue) = 19+42+120=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #132A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A78 is #ECD587. Grayscale: #2B2B2B. Windows color (decimal): -15521160 or 7875091. OLE color: 7875091.

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

Color convert

RGB1942120-
CMYK0.840.6500.53
HSL226.34º72.66%27.25%-
HSV(B)226.34º84.17%47.06%-
XYZ4.493.1518.14-
YUV44.02170.88110.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 120 (47.27% from 255) = 66.30%
R=10.50%
G=23.20%
B=66.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19421200.840.6500.53226.3472.6627.25
Hex132A785441035e2491b
Octal235217012410106534211133
Binary10011101010111100010101001000001011010111100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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