Html Css Color HEX #135E6B Blue Stone

📋 copy color: '#135E6B'

red 19 ◦ green 94 ◦ blue 107

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

Shades of Blue Stone #135E6B

Tints of Blue Stone #135E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 8.64%
G = 42.73%
B = 48.64%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#135E6B (or 0x135E6B) is known color: Blue Stone. HEX triplet: 13, 5E and 6B. RGB value is (19,94,107). Sum of RGB (Red+Green+Blue) = 19+94+107=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #135E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E6B is #ECA194. Grayscale: #484848. Windows color (decimal): -15507861 or 7036435. OLE color: 7036435.

HSL color Cylindrical-coordinate representation of color #135E6B: hue angle of 188.86º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135E6B is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 94 107 -
CMYK 0.82 0.12 0 0.58
HSL 188.86º 0.7% 0.25% -
HSV(B) 188.86º 0.82% 0.42% -
XYZ 6.93 9.21 15.32 -
YUV 73.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 19 94 107 0.82 0.12 0 0.58 188.86 0.7 0.25
Hex 13 5E 6B 52 C 0 3A BD 46 19
Octal 23 136 153 122 14 0 72 275 106 31
Binary 10011 1011110 1101011 1010010 1100 0 111010 10111101 1000110 11001

Color Harmonies of #135E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E6B

Black with #135E6B

Text Example


Text Example

White with #135E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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