Html Css Color HEX #136264 Blue Stone

📋 copy color: '#136264'

red 19 ◦ green 98 ◦ blue 100

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

Shades of Blue Stone #136264

Tints of Blue Stone #136264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

 BLUE value IS 100 (39.45% from 255) = 46.08%

R = 8.76%
G = 45.16%
B = 46.08%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#136264 (or 0x136264) is known color: Blue Stone. HEX triplet: 13, 62 and 64. RGB value is (19,98,100). Sum of RGB (Red+Green+Blue) = 19+98+100=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: blue. Hex color #136264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136264 is #EC9D9B. Grayscale: #4A4A4A. Windows color (decimal): -15506844 or 6578707. OLE color: 6578707.

HSL color Cylindrical-coordinate representation of color #136264: hue angle of 181.48º 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 #136264 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 98 100 -
CMYK 0.81 0.02 0 0.61
HSL 181.48º 0.68% 0.23% -
HSV(B) 181.48º 0.81% 0.39% -
XYZ 6.94 9.79 13.58 -
YUV 74.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 19 98 100 0.81 0.02 0 0.61 181.48 0.68 0.23
Hex 13 62 64 51 2 0 3D B5 44 17
Octal 23 142 144 121 2 0 75 265 104 27
Binary 10011 1100010 1100100 1010001 10 0 111101 10110101 1000100 10111

Color Harmonies of #136264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136264

Black with #136264

Text Example


Text Example

White with #136264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136264; }

 p { color: rgb(19,98,100); }

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

background-color css

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

 a { background-color: rgb(19,98,100); }

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

border-color css

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

 span { border-color: rgb(19,98,100); }

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