#132370

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

Shades of Sapphire #132370

Tints of Sapphire #132370

Color information

#132370 (or 0x132370) is unknown color: approx Sapphire. HEX triplet: 13, 23 and 70. RGB value is (19,35,112). Sum of RGB (Red+Green+Blue) = 19+35+112=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #132370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132370 is #ECDC8F. Grayscale: #262626. Windows color (decimal): -15522960 or 7349011. OLE color: 7349011.

HSL color Cylindrical-coordinate representation of color #132370: hue angle of 229.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132370 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1935112-
CMYK0.830.6900.56
HSL229.68º70.99%25.69%-
HSV(B)229.68º83.04%43.92%-
XYZ3.792.5115.61-
YUV38.99169.2113.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=11.45%
G=21.08%
B=67.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19351120.830.6900.56229.6870.9925.69
Hex1323705345038e6471a
Octal234316012310507034610732
Binary10011100011111000010100111000101011100011100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132370; }

 p { color: rgb(19,35,112); }

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

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

 a { background-color: rgb(19,35,112); }

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

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

 span { border-color: rgb(19,35,112); }

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