Html Css Color HEX #135B66 Blue Stone

📋 copy color: '#135B66'

red 19 ◦ green 91 ◦ blue 102

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

Shades of Blue Stone #135B66

Tints of Blue Stone #135B66

RGB

 RED value IS 19 (7.81% from 255) = 8.96%

 GREEN value IS 91 (35.94% from 255) = 42.92%

 BLUE value IS 102 (40.23% from 255) = 48.11%

R = 8.96%
G = 42.92%
B = 48.11%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#135B66 (or 0x135B66) is known color: Blue Stone. HEX triplet: 13, 5B and 66. RGB value is (19,91,102). Sum of RGB (Red+Green+Blue) = 19+91+102=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #135B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B66 is #ECA499. Grayscale: #464646. Windows color (decimal): -15508634 or 6707987. OLE color: 6707987.

HSL color Cylindrical-coordinate representation of color #135B66: hue angle of 187.95º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135B66 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 91 102 -
CMYK 0.81 0.11 0 0.6
HSL 187.95º 0.69% 0.24% -
HSV(B) 187.95º 0.81% 0.4% -
XYZ 6.41 8.58 13.89 -
YUV 70.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 19 91 102 0.81 0.11 0 0.6 187.95 0.69 0.24
Hex 13 5B 66 51 B 0 3C BC 45 18
Octal 23 133 146 121 13 0 74 274 105 30
Binary 10011 1011011 1100110 1010001 1011 0 111100 10111100 1000101 11000

Color Harmonies of #135B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B66

Black with #135B66

Text Example


Text Example

White with #135B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135B66; }

 p { color: rgb(19,91,102); }

 H1.HeaderClassName
 {
   color: #135B66;
 }
 .AnyTagClassName
 {
   color: #135B66;
 }
</style>

background-color css

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

 a { background-color: rgb(19,91,102); }

 div.DivClassName
 {
   background-color: #135B66;
 }
 .BgClassName
 {
   background-color: #135B66;
 }
</style>

border-color css

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

 span { border-color: rgb(19,91,102); }

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