Html Css Color HEX #135663 Blue Stone

📋 copy color: '#135663'

red 19 ◦ green 86 ◦ blue 99

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

Shades of Blue Stone #135663

Tints of Blue Stone #135663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.16%

 BLUE value IS 99 (39.06% from 255) = 48.53%

R = 9.31%
G = 42.16%
B = 48.53%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#135663 (or 0x135663) is known color: Blue Stone. HEX triplet: 13, 56 and 63. RGB value is (19,86,99). Sum of RGB (Red+Green+Blue) = 19+86+99=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #135663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135663 is #ECA99C. Grayscale: #434343. Windows color (decimal): -15509917 or 6510099. OLE color: 6510099.

HSL color Cylindrical-coordinate representation of color #135663: hue angle of 189.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135663 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 86 99 -
CMYK 0.81 0.13 0 0.61
HSL 189.75º 0.68% 0.23% -
HSV(B) 189.75º 0.81% 0.39% -
XYZ 5.85 7.69 12.98 -
YUV 67.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 19 86 99 0.81 0.13 0 0.61 189.75 0.68 0.23
Hex 13 56 63 51 D 0 3D BE 44 17
Octal 23 126 143 121 15 0 75 276 104 27
Binary 10011 1010110 1100011 1010001 1101 0 111101 10111110 1000100 10111

Color Harmonies of #135663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135663

Black with #135663

Text Example


Text Example

White with #135663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135663; }

 p { color: rgb(19,86,99); }

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

background-color css

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

 a { background-color: rgb(19,86,99); }

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

border-color css

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

 span { border-color: rgb(19,86,99); }

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