#132E7B

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

Shades of Sapphire #132E7B

Tints of Sapphire #132E7B

Color information

#132E7B (or 0x132E7B) is unknown color: approx Sapphire. HEX triplet: 13, 2E and 7B. RGB value is (19,46,123). Sum of RGB (Red+Green+Blue) = 19+46+123=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #132E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E7B is #ECD184. Grayscale: #2E2E2E. Windows color (decimal): -15520133 or 8072723. OLE color: 8072723.

HSL color Cylindrical-coordinate representation of color #132E7B: hue angle of 224.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132E7B is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1946123-
CMYK0.850.6300.52
HSL224.42º73.24%27.84%-
HSV(B)224.42º84.55%48.24%-
XYZ4.823.5219.16-
YUV46.7171.05108.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 46 (18.36% from 255) = 24.47%
BLUE value IS 123 (48.44% from 255) = 65.43%
R=10.11%
G=24.47%
B=65.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19461230.850.6300.52224.4273.2427.84
Hex132E7B553F034e0491c
Octal23561731257706434011134
Binary1001110111011110111010101111111011010011100000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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