Html Css Color HEX #136467 Blue Stone

📋 copy color: '#136467'

red 19 ◦ green 100 ◦ blue 103

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

Shades of Blue Stone #136467

Tints of Blue Stone #136467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.4%

R = 8.56%
G = 45.05%
B = 46.4%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#136467 (or 0x136467) is known color: Blue Stone. HEX triplet: 13, 64 and 67. RGB value is (19,100,103). Sum of RGB (Red+Green+Blue) = 19+100+103=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #136467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136467 is #EC9B98. Grayscale: #4C4C4C. Windows color (decimal): -15506329 or 6775827. OLE color: 6775827.

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

Color convert

RGB 19 100 103 -
CMYK 0.82 0.03 0 0.60
HSL 182.14º 0.69% 0.24% -
HSV(B) 182.14º 0.82% 0.4% -
XYZ 7.27 10.23 14.42 -
YUV 76.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 19 100 103 0.82 0.03 0 0.60 182.14 0.69 0.24
Hex 13 64 67 52 3 0 3C B6 45 18
Octal 23 144 147 122 3 0 74 266 105 30
Binary 10011 1100100 1100111 1010010 11 0 111100 10110110 1000101 11000

Color Harmonies of #136467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136467

Black with #136467

Text Example


Text Example

White with #136467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136467; }

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

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

background-color css

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

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

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

border-color css

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

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

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