#135458

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

Shades of Blue Stone #135458

Tints of Blue Stone #135458

Color information

#135458 (or 0x135458) is unknown color: approx Blue Stone. HEX triplet: 13, 54 and 58. RGB value is (19,84,88). Sum of RGB (Red+Green+Blue) = 19+84+88=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #135458 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135458 is #ECABA7. Grayscale: #404040. Windows color (decimal): -15510440 or 5788691. OLE color: 5788691.

HSL color Cylindrical-coordinate representation of color #135458: hue angle of 183.48º 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 #135458 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB198488-
CMYK0.780.0500.65
HSL183.48º64.49%20.98%-
HSV(B)183.48º78.41%34.51%-
XYZ5.27.1810.35-
YUV65.02140.9795.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=9.95%
G=43.98%
B=46.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1984880.780.0500.65183.4864.4920.98
Hex1354584E5041b74015
Octal231241301165010126710025
Binary100111010100101100010011101010100000110110111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135458; }

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

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

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

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

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

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

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

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