Html Css Color HEX #135E66 Blue Stone

📋 copy color: '#135E66'

red 19 ◦ green 94 ◦ blue 102

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

Shades of Blue Stone #135E66

Tints of Blue Stone #135E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.72%

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

R = 8.84%
G = 43.72%
B = 47.44%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#135E66 (or 0x135E66) is known color: Blue Stone. HEX triplet: 13, 5E and 66. RGB value is (19,94,102). Sum of RGB (Red+Green+Blue) = 19+94+102=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #135E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E66 is #ECA199. Grayscale: #484848. Windows color (decimal): -15507866 or 6708755. OLE color: 6708755.

HSL color Cylindrical-coordinate representation of color #135E66: hue angle of 185.78º 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 #135E66 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 94 102 -
CMYK 0.81 0.08 0 0.6
HSL 185.78º 0.69% 0.24% -
HSV(B) 185.78º 0.81% 0.4% -
XYZ 6.67 9.1 13.98 -
YUV 72.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 19 94 102 0.81 0.08 0 0.6 185.78 0.69 0.24
Hex 13 5E 66 51 8 0 3C BA 45 18
Octal 23 136 146 121 10 0 74 272 105 30
Binary 10011 1011110 1100110 1010001 1000 0 111100 10111010 1000101 11000

Color Harmonies of #135E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E66

Black with #135E66

Text Example


Text Example

White with #135E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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