#13326f

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

Shades of Sapphire #13326F

Tints of Sapphire #13326F

Color information

#13326F (or 0x13326F) is unknown color: approx Sapphire. HEX triplet: 13, 32 and 6F. RGB value is (19,50,111). Sum of RGB (Red+Green+Blue) = 19+50+111=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #13326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13326F is #ECCD90. Grayscale: #2F2F2F. Windows color (decimal): -15519121 or 7287315. OLE color: 7287315.

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

Color convert

RGB1950111-
CMYK0.830.5500.56
HSL219.78º70.77%25.49%-
HSV(B)219.78º82.88%43.53%-
XYZ4.283.5715.5-
YUV47.68163.73107.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=10.56%
G=27.78%
B=61.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19501110.830.5500.56219.7870.7725.49
Hex13326F5337038dc4719
Octal23621571236707033410731
Binary1001111001011011111010011110111011100011011100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13326f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13326f; }

 p { color: rgb(19,50,111); }

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

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

 a { background-color: rgb(19,50,111); }

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

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

 span { border-color: rgb(19,50,111); }

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