Html Css Color HEX #135361 Blue Stone

📋 copy color: '#135361'

red 19 ◦ green 83 ◦ blue 97

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

Shades of Blue Stone #135361

Tints of Blue Stone #135361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 9.55%
G = 41.71%
B = 48.74%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135361 (or 0x135361) is known color: Blue Stone. HEX triplet: 13, 53 and 61. RGB value is (19,83,97). Sum of RGB (Red+Green+Blue) = 19+83+97=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #135361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135361 is #ECAC9E. Grayscale: #414141. Windows color (decimal): -15510687 or 6378259. OLE color: 6378259.

HSL color Cylindrical-coordinate representation of color #135361: hue angle of 190.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135361 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 83 97 -
CMYK 0.80 0.14 0 0.62
HSL 190.77º 0.67% 0.23% -
HSV(B) 190.77º 0.8% 0.38% -
XYZ 5.52 7.19 12.41 -
YUV 65.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 19 83 97 0.80 0.14 0 0.62 190.77 0.67 0.23
Hex 13 53 61 50 E 0 3E BF 43 17
Octal 23 123 141 120 16 0 76 277 103 27
Binary 10011 1010011 1100001 1010000 1110 0 111110 10111111 1000011 10111

Color Harmonies of #135361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135361

Black with #135361

Text Example


Text Example

White with #135361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135361; }

 p { color: rgb(19,83,97); }

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

background-color css

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

 a { background-color: rgb(19,83,97); }

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

border-color css

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

 span { border-color: rgb(19,83,97); }

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