Html Css Color HEX #135967 Blue Stone

📋 copy color: '#135967'

red 19 ◦ green 89 ◦ blue 103

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

Shades of Blue Stone #135967

Tints of Blue Stone #135967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 103 (40.63% from 255) = 48.82%

R = 9%
G = 42.18%
B = 48.82%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135967 (or 0x135967) is known color: Blue Stone. HEX triplet: 13, 59 and 67. RGB value is (19,89,103). Sum of RGB (Red+Green+Blue) = 19+89+103=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #135967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135967 is #ECA698. Grayscale: #454545. Windows color (decimal): -15509145 or 6773011. OLE color: 6773011.

HSL color Cylindrical-coordinate representation of color #135967: hue angle of 190º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135967 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 89 103 -
CMYK 0.82 0.14 0 0.60
HSL 190º 0.69% 0.24% -
HSV(B) 190º 0.82% 0.4% -
XYZ 6.29 8.26 14.1 -
YUV 69.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 19 89 103 0.82 0.14 0 0.60 190 0.69 0.24
Hex 13 59 67 52 E 0 3C BE 45 18
Octal 23 131 147 122 16 0 74 276 105 30
Binary 10011 1011001 1100111 1010010 1110 0 111100 10111110 1000101 11000

Color Harmonies of #135967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135967

Black with #135967

Text Example


Text Example

White with #135967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135967; }

 p { color: rgb(19,89,103); }

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

background-color css

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

 a { background-color: rgb(19,89,103); }

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

border-color css

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

 span { border-color: rgb(19,89,103); }

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