Html Css Color HEX #136069 Blue Stone

📋 copy color: '#136069'

red 19 ◦ green 96 ◦ blue 105

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

Shades of Blue Stone #136069

Tints of Blue Stone #136069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

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

R = 8.64%
G = 43.64%
B = 47.73%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#136069 (or 0x136069) is known color: Blue Stone. HEX triplet: 13, 60 and 69. RGB value is (19,96,105). Sum of RGB (Red+Green+Blue) = 19+96+105=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #136069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136069 is #EC9F96. Grayscale: #494949. Windows color (decimal): -15507351 or 6905875. OLE color: 6905875.

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

Color convert

RGB 19 96 105 -
CMYK 0.82 0.09 0 0.59
HSL 186.28º 0.69% 0.24% -
HSV(B) 186.28º 0.82% 0.41% -
XYZ 7 9.52 14.83 -
YUV 74 145.49 88.77 -
System Red Green Blue C M Y K H S L
Decimal 19 96 105 0.82 0.09 0 0.59 186.28 0.69 0.24
Hex 13 60 69 52 9 0 3B BA 45 18
Octal 23 140 151 122 11 0 73 272 105 30
Binary 10011 1100000 1101001 1010010 1001 0 111011 10111010 1000101 11000

Color Harmonies of #136069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136069

Black with #136069

Text Example


Text Example

White with #136069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136069; }

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

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

background-color css

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

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

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

border-color css

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

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

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