#135861

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

Shades of Blue Stone #135861

Tints of Blue Stone #135861

Color information

#135861 (or 0x135861) is unknown color: approx Blue Stone. HEX triplet: 13, 58 and 61. RGB value is (19,88,97). Sum of RGB (Red+Green+Blue) = 19+88+97=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #135861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135861 is #ECA79E. Grayscale: #444444. Windows color (decimal): -15509407 or 6379539. OLE color: 6379539.

HSL color Cylindrical-coordinate representation of color #135861: hue angle of 186.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135861 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB198897-
CMYK0.800.0900.62
HSL186.92º67.24%22.75%-
HSV(B)186.92º80.41%38.04%-
XYZ5.927.9812.54-
YUV68.4144.1492.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=9.31%
G=43.14%
B=47.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1988970.800.0900.62186.9267.2422.75
Hex13586150903Ebb4317
Octal231301411201107627310327
Binary100111011000110000110100001001011111010111011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135861; }

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

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

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

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

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

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

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

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