#132A69

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

Shades of Sapphire #132A69

Tints of Sapphire #132A69

Color information

#132A69 (or 0x132A69) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 69. RGB value is (19,42,105). Sum of RGB (Red+Green+Blue) = 19+42+105=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #132A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A69 is #ECD596. Grayscale: #2A2A2A. Windows color (decimal): -15521175 or 6892051. OLE color: 6892051.

HSL color Cylindrical-coordinate representation of color #132A69: hue angle of 223.95º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132A69 is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1942105-
CMYK0.820.600.59
HSL223.95º69.35%24.31%-
HSV(B)223.95º81.9%41.18%-
XYZ3.652.8113.72-
YUV42.3163.38111.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=11.45%
G=25.30%
B=63.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19421050.820.600.59223.9569.3524.31
Hex132A69523C03Be04518
Octal23521511227407334010530
Binary1001110101011010011010010111100011101111100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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