#132978

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

Shades of Sapphire #132978

Tints of Sapphire #132978

Color information

#132978 (or 0x132978) is unknown color: approx Sapphire. HEX triplet: 13, 29 and 78. RGB value is (19,41,120). Sum of RGB (Red+Green+Blue) = 19+41+120=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #132978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132978 is #ECD687. Grayscale: #2B2B2B. Windows color (decimal): -15521416 or 7874835. OLE color: 7874835.

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

Color convert

RGB1941120-
CMYK0.840.6600.53
HSL226.93º72.66%27.25%-
HSV(B)226.93º84.17%47.06%-
XYZ4.453.0818.13-
YUV43.43171.21110.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 120 (47.27% from 255) = 66.67%
R=10.56%
G=22.78%
B=66.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19411200.840.6600.53226.9372.6627.25
Hex1329785442035e3491b
Octal235117012410206534311133
Binary10011101001111100010101001000010011010111100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132978; }

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

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

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

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

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

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

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

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