Html Css Color HEX #136269 Blue Stone

📋 copy color: '#136269'

red 19 ◦ green 98 ◦ blue 105

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

Shades of Blue Stone #136269

Tints of Blue Stone #136269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 8.56%
G = 44.14%
B = 47.3%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#136269 (or 0x136269) is known color: Blue Stone. HEX triplet: 13, 62 and 69. RGB value is (19,98,105). Sum of RGB (Red+Green+Blue) = 19+98+105=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #136269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136269 is #EC9D96. Grayscale: #4B4B4B. Windows color (decimal): -15506839 or 6906387. OLE color: 6906387.

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

Color convert

RGB 19 98 105 -
CMYK 0.82 0.07 0 0.59
HSL 184.88º 0.69% 0.24% -
HSV(B) 184.88º 0.82% 0.41% -
XYZ 7.19 9.89 14.9 -
YUV 75.18 144.83 87.93 -
System Red Green Blue C M Y K H S L
Decimal 19 98 105 0.82 0.07 0 0.59 184.88 0.69 0.24
Hex 13 62 69 52 7 0 3B B9 45 18
Octal 23 142 151 122 7 0 73 271 105 30
Binary 10011 1100010 1101001 1010010 111 0 111011 10111001 1000101 11000

Color Harmonies of #136269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136269

Black with #136269

Text Example


Text Example

White with #136269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136269; }

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

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

background-color css

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

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

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

border-color css

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

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

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