#132252

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

Shades of Sapphire #132252

Tints of Sapphire #132252

Color information

#132252 (or 0x132252) is unknown color: approx Sapphire. HEX triplet: 13, 22 and 52. RGB value is (19,34,82). Sum of RGB (Red+Green+Blue) = 19+34+82=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #132252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132252 is #ECDDAD. Grayscale: #222222. Windows color (decimal): -15523246 or 5382675. OLE color: 5382675.

HSL color Cylindrical-coordinate representation of color #132252: hue angle of 225.71º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132252 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB193482-
CMYK0.770.5900.68
HSL225.71º62.38%19.8%-
HSV(B)225.71º76.83%32.16%-
XYZ2.361.898.22-
YUV34.99154.53116.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 82 (32.42% from 255) = 60.74%
R=14.07%
G=25.19%
B=60.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1934820.770.5900.68225.7162.3819.8
Hex1322524D3B044e23e14
Octal23421221157301043427624
Binary1001110001010100101001101111011010001001110001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132252; }

 p { color: rgb(19,34,82); }

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

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

 a { background-color: rgb(19,34,82); }

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

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

 span { border-color: rgb(19,34,82); }

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