Html Css Color HEX #135B68 Blue Stone

📋 copy color: '#135B68'

red 19 ◦ green 91 ◦ blue 104

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

Shades of Blue Stone #135B68

Tints of Blue Stone #135B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 8.88%
G = 42.52%
B = 48.6%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#135B68 (or 0x135B68) is known color: Blue Stone. HEX triplet: 13, 5B and 68. RGB value is (19,91,104). Sum of RGB (Red+Green+Blue) = 19+91+104=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #135B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B68 is #ECA497. Grayscale: #464646. Windows color (decimal): -15508632 or 6839059. OLE color: 6839059.

HSL color Cylindrical-coordinate representation of color #135B68: hue angle of 189.18º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135B68 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 91 104 -
CMYK 0.82 0.12 0 0.59
HSL 189.18º 0.69% 0.24% -
HSV(B) 189.18º 0.82% 0.41% -
XYZ 6.51 8.62 14.42 -
YUV 70.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 19 91 104 0.82 0.12 0 0.59 189.18 0.69 0.24
Hex 13 5B 68 52 C 0 3B BD 45 18
Octal 23 133 150 122 14 0 73 275 105 30
Binary 10011 1011011 1101000 1010010 1100 0 111011 10111101 1000101 11000

Color Harmonies of #135B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B68

Black with #135B68

Text Example


Text Example

White with #135B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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