Html Css Color HEX #136268 Blue Stone

📋 copy color: '#136268'

red 19 ◦ green 98 ◦ blue 104

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

Shades of Blue Stone #136268

Tints of Blue Stone #136268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 8.6%
G = 44.34%
B = 47.06%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#136268 (or 0x136268) is known color: Blue Stone. HEX triplet: 13, 62 and 68. RGB value is (19,98,104). Sum of RGB (Red+Green+Blue) = 19+98+104=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #136268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136268 is #EC9D97. Grayscale: #4A4A4A. Windows color (decimal): -15506840 or 6840851. OLE color: 6840851.

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

Color convert

RGB 19 98 104 -
CMYK 0.82 0.06 0 0.59
HSL 184.24º 0.69% 0.24% -
HSV(B) 184.24º 0.82% 0.41% -
XYZ 7.13 9.87 14.63 -
YUV 75.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 19 98 104 0.82 0.06 0 0.59 184.24 0.69 0.24
Hex 13 62 68 52 6 0 3B B8 45 18
Octal 23 142 150 122 6 0 73 270 105 30
Binary 10011 1100010 1101000 1010010 110 0 111011 10111000 1000101 11000

Color Harmonies of #136268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136268

Black with #136268

Text Example


Text Example

White with #136268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136268; }

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

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

background-color css

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

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

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

border-color css

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

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

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