#135662

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

Shades of Blue Stone #135662

Tints of Blue Stone #135662

Color information

#135662 (or 0x135662) is unknown color: approx Blue Stone. HEX triplet: 13, 56 and 62. RGB value is (19,86,98). Sum of RGB (Red+Green+Blue) = 19+86+98=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #135662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135662 is #ECA99D. Grayscale: #434343. Windows color (decimal): -15509918 or 6444563. OLE color: 6444563.

HSL color Cylindrical-coordinate representation of color #135662: hue angle of 189.11º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135662 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB198698-
CMYK0.810.1200.62
HSL189.11º67.52%22.94%-
HSV(B)189.11º80.61%38.43%-
XYZ5.87.6812.73-
YUV67.33145.393.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=9.36%
G=42.36%
B=48.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1986980.810.1200.62189.1167.5222.94
Hex13566251C03Ebd4417
Octal231261421211407627510427
Binary100111010110110001010100011100011111010111101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135662; }

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

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

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

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

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

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

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

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