Html Css Color HEX #136258 Blue Stone

📋 copy color: '#136258'

red 19 ◦ green 98 ◦ blue 88

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

Shades of Blue Stone #136258

Tints of Blue Stone #136258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 9.27%
G = 47.8%
B = 42.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#136258 (or 0x136258) is known color: Blue Stone. HEX triplet: 13, 62 and 58. RGB value is (19,98,88). Sum of RGB (Red+Green+Blue) = 19+98+88=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #136258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136258 is #EC9DA7. Grayscale: #494949. Windows color (decimal): -15506856 or 5792275. OLE color: 5792275.

HSL color Cylindrical-coordinate representation of color #136258: hue angle of 172.41º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136258 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 88 -
CMYK 0.81 0 0.10 0.62
HSL 172.41º 0.68% 0.23% -
HSV(B) 172.41º 0.81% 0.38% -
XYZ 6.4 9.58 10.74 -
YUV 73.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 19 98 88 0.81 0 0.10 0.62 172.41 0.68 0.23
Hex 13 62 58 51 0 A 3E AC 44 17
Octal 23 142 130 121 0 12 76 254 104 27
Binary 10011 1100010 1011000 1010001 0 1010 111110 10101100 1000100 10111

Color Harmonies of #136258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136258

Black with #136258

Text Example


Text Example

White with #136258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136258; }

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

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

background-color css

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

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

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

border-color css

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

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

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