Html Css Color HEX #136769 Blue Stone

📋 copy color: '#136769'

red 19 ◦ green 103 ◦ blue 105

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

Shades of Blue Stone #136769

Tints of Blue Stone #136769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.37%

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

R = 8.37%
G = 45.37%
B = 46.26%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#136769 (or 0x136769) is known color: Blue Stone. HEX triplet: 13, 67 and 69. RGB value is (19,103,105). Sum of RGB (Red+Green+Blue) = 19+103+105=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #136769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136769 is #EC9896. Grayscale: #4E4E4E. Windows color (decimal): -15505559 or 6907667. OLE color: 6907667.

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

Color convert

RGB 19 103 105 -
CMYK 0.82 0.02 0 0.59
HSL 181.4º 0.69% 0.24% -
HSV(B) 181.4º 0.82% 0.41% -
XYZ 7.67 10.86 15.06 -
YUV 78.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 19 103 105 0.82 0.02 0 0.59 181.4 0.69 0.24
Hex 13 67 69 52 2 0 3B B5 45 18
Octal 23 147 151 122 2 0 73 265 105 30
Binary 10011 1100111 1101001 1010010 10 0 111011 10110101 1000101 11000

Color Harmonies of #136769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136769

Black with #136769

Text Example


Text Example

White with #136769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136769; }

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

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

background-color css

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

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

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

border-color css

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

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

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