#132465

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

Shades of Sapphire #132465

Tints of Sapphire #132465

Color information

#132465 (or 0x132465) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 65. RGB value is (19,36,101). Sum of RGB (Red+Green+Blue) = 19+36+101=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #132465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132465 is #ECDB9A. Grayscale: #262626. Windows color (decimal): -15522715 or 6628371. OLE color: 6628371.

HSL color Cylindrical-coordinate representation of color #132465: hue angle of 227.56º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132465 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1936101-
CMYK0.810.6400.60
HSL227.56º68.33%23.53%-
HSV(B)227.56º81.19%39.61%-
XYZ3.252.3412.59-
YUV38.33163.37114.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 101 (39.84% from 255) = 64.74%
R=12.18%
G=23.08%
B=64.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19361010.810.6400.60227.5668.3323.53
Hex132465514003Ce44418
Octal234414512110007434410430
Binary10011100100110010110100011000000011110011100100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132465; }

 p { color: rgb(19,36,101); }

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

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

 a { background-color: rgb(19,36,101); }

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

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

 span { border-color: rgb(19,36,101); }

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