#135358

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

Shades of Blue Stone #135358

Tints of Blue Stone #135358

Color information

#135358 (or 0x135358) is unknown color: approx Blue Stone. HEX triplet: 13, 53 and 58. RGB value is (19,83,88). Sum of RGB (Red+Green+Blue) = 19+83+88=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #135358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135358 is #ECACA7. Grayscale: #404040. Windows color (decimal): -15510696 or 5788435. OLE color: 5788435.

HSL color Cylindrical-coordinate representation of color #135358: hue angle of 184.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135358 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB198388-
CMYK0.780.0600.65
HSL184.35º64.49%20.98%-
HSV(B)184.35º78.41%34.51%-
XYZ5.127.0310.32-
YUV64.43141.395.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=10%
G=43.68%
B=46.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1983880.780.0600.65184.3564.4920.98
Hex1353584E6041b84015
Octal231231301166010127010025
Binary100111010011101100010011101100100000110111000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135358; }

 p { color: rgb(19,83,88); }

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

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

 a { background-color: rgb(19,83,88); }

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

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

 span { border-color: rgb(19,83,88); }

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