#132253

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

Shades of Sapphire #132253

Tints of Sapphire #132253

Color information

#132253 (or 0x132253) is unknown color: approx Sapphire. HEX triplet: 13, 22 and 53. RGB value is (19,34,83). Sum of RGB (Red+Green+Blue) = 19+34+83=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #132253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132253 is #ECDDAC. Grayscale: #222222. Windows color (decimal): -15523245 or 5448211. OLE color: 5448211.

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

Color convert

RGB193483-
CMYK0.770.5900.67
HSL225.94º62.75%20%-
HSV(B)225.94º77.11%32.55%-
XYZ2.41.918.43-
YUV35.1155.03116.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=13.97%
G=25%
B=61.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1934830.770.5900.67225.9462.7520
Hex1322534D3B043e23f14
Octal23421231157301033427724
Binary1001110001010100111001101111011010000111110001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132253; }

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

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

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

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

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

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

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

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