#132368

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

Shades of Sapphire #132368

Tints of Sapphire #132368

Color information

#132368 (or 0x132368) is unknown color: approx Sapphire. HEX triplet: 13, 23 and 68. RGB value is (19,35,104). Sum of RGB (Red+Green+Blue) = 19+35+104=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #132368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132368 is #ECDC97. Grayscale: #252525. Windows color (decimal): -15522968 or 6824723. OLE color: 6824723.

HSL color Cylindrical-coordinate representation of color #132368: hue angle of 228.71º 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 #132368 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1935104-
CMYK0.820.6600.59
HSL228.71º69.11%24.12%-
HSV(B)228.71º81.73%40.78%-
XYZ3.372.3413.37-
YUV38.08165.2114.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 104 (41.02% from 255) = 65.82%
R=12.03%
G=22.15%
B=65.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19351040.820.6600.59228.7169.1124.12
Hex132368524203Be54518
Octal234315012210207334510530
Binary10011100011110100010100101000010011101111100101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132368; }

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

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

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

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

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

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

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

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