#13626D

Color #13626D Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #13626D

Tints of Blue Stone #13626D

Color information

#13626D (or 0x13626D) is unknown color: approx Blue Stone. HEX triplet: 13, 62 and 6D. RGB value is (19,98,109). Sum of RGB (Red+Green+Blue) = 19+98+109=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #13626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13626D is #EC9D92. Grayscale: #4B4B4B. Windows color (decimal): -15506835 or 7168531. OLE color: 7168531.

HSL color Cylindrical-coordinate representation of color #13626D: hue angle of 187.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13626D is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1998109-
CMYK0.830.1000.57
HSL187.33º70.31%25.1%-
HSV(B)187.33º82.57%42.75%-
XYZ7.49.9816-
YUV75.63146.8387.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 109 (42.97% from 255) = 48.23%
R=8.41%
G=43.36%
B=48.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19981090.830.1000.57187.3370.3125.1
Hex13626D53A039bb4619
Octal231421551231207127310631
Binary100111100010110110110100111010011100110111011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13626D; }

 p { color: rgb(19,98,109); }

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

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

 a { background-color: rgb(19,98,109); }

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

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

 span { border-color: rgb(19,98,109); }

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