Html Css Color HEX #135861 Blue Stone

📋 copy color: '#135861'

red 19 ◦ green 88 ◦ blue 97

#135861
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #135861

Tints of Blue Stone #135861

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 value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135861 (or 0x135861) is known color: 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

RGB 19 88 97 -
CMYK 0.80 0.09 0 0.62
HSL 186.92º 0.67% 0.23% -
HSV(B) 186.92º 0.8% 0.38% -
XYZ 5.92 7.98 12.54 -
YUV 68.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 19 88 97 0.80 0.09 0 0.62 186.92 0.67 0.23
Hex 13 58 61 50 9 0 3E BB 43 17
Octal 23 130 141 120 11 0 76 273 103 27
Binary 10011 1011000 1100001 1010000 1001 0 111110 10111011 1000011 10111

Color Harmonies of #135861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135861

Black with #135861

Text Example


Text Example

White with #135861

Text Example


Text Example

HTML Codes & Css Web 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>