#132674

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

Shades of Sapphire #132674

Tints of Sapphire #132674

Color information

#132674 (or 0x132674) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 74. RGB value is (19,38,116). Sum of RGB (Red+Green+Blue) = 19+38+116=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #132674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132674 is #ECD98B. Grayscale: #282828. Windows color (decimal): -15522188 or 7611923. OLE color: 7611923.

HSL color Cylindrical-coordinate representation of color #132674: hue angle of 228.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132674 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1938116-
CMYK0.840.6700.55
HSL228.25º71.85%26.47%-
HSV(B)228.25º83.62%45.49%-
XYZ4.112.7916.84-
YUV41.21170.21112.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 116 (45.70% from 255) = 67.05%
R=10.98%
G=21.97%
B=67.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19381160.840.6700.55228.2571.8526.47
Hex1326745443037e4481a
Octal234616412410306734411032
Binary10011100110111010010101001000011011011111100100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132674; }

 p { color: rgb(19,38,116); }

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

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

 a { background-color: rgb(19,38,116); }

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

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

 span { border-color: rgb(19,38,116); }

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