Html Css Color HEX #136469 Blue Stone

📋 copy color: '#136469'

red 19 ◦ green 100 ◦ blue 105

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

Shades of Blue Stone #136469

Tints of Blue Stone #136469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.64%

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

R = 8.48%
G = 44.64%
B = 46.88%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#136469 (or 0x136469) is known color: Blue Stone. HEX triplet: 13, 64 and 69. RGB value is (19,100,105). Sum of RGB (Red+Green+Blue) = 19+100+105=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #136469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136469 is #EC9B96. Grayscale: #4C4C4C. Windows color (decimal): -15506327 or 6906899. OLE color: 6906899.

HSL color Cylindrical-coordinate representation of color #136469: hue angle of 183.49º 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 #136469 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 100 105 -
CMYK 0.82 0.05 0 0.59
HSL 183.49º 0.69% 0.24% -
HSV(B) 183.49º 0.82% 0.41% -
XYZ 7.38 10.27 14.96 -
YUV 76.35 144.16 87.09 -
System Red Green Blue C M Y K H S L
Decimal 19 100 105 0.82 0.05 0 0.59 183.49 0.69 0.24
Hex 13 64 69 52 5 0 3B B7 45 18
Octal 23 144 151 122 5 0 73 267 105 30
Binary 10011 1100100 1101001 1010010 101 0 111011 10110111 1000101 11000

Color Harmonies of #136469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136469

Black with #136469

Text Example


Text Example

White with #136469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136469; }

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

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

background-color css

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

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

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

border-color css

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

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

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