Html Css Color HEX #136366 Blue Stone

📋 copy color: '#136366'

red 19 ◦ green 99 ◦ blue 102

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

Shades of Blue Stone #136366

Tints of Blue Stone #136366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 8.64%
G = 45%
B = 46.36%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#136366 (or 0x136366) is known color: Blue Stone. HEX triplet: 13, 63 and 66. RGB value is (19,99,102). Sum of RGB (Red+Green+Blue) = 19+99+102=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #136366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136366 is #EC9C99. Grayscale: #4B4B4B. Windows color (decimal): -15506586 or 6710035. OLE color: 6710035.

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

Color convert

RGB 19 99 102 -
CMYK 0.81 0.03 0 0.6
HSL 182.17º 0.69% 0.24% -
HSV(B) 182.17º 0.81% 0.4% -
XYZ 7.13 10.02 14.13 -
YUV 75.42 143 87.76 -
System Red Green Blue C M Y K H S L
Decimal 19 99 102 0.81 0.03 0 0.6 182.17 0.69 0.24
Hex 13 63 66 51 3 0 3C B6 45 18
Octal 23 143 146 121 3 0 74 266 105 30
Binary 10011 1100011 1100110 1010001 11 0 111100 10110110 1000101 11000

Color Harmonies of #136366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136366

Black with #136366

Text Example


Text Example

White with #136366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136366; }

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

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

background-color css

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

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

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

border-color css

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

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

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