Html Css Color HEX #1B6259 Blue Stone

📋 copy color: '#1B6259'

red 27 ◦ green 98 ◦ blue 89

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

Shades of Blue Stone #1B6259

Tints of Blue Stone #1B6259

RGB

 RED value IS 27 (10.94% from 255) = 12.62%

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

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 12.62%
G = 45.79%
B = 41.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#1B6259 (or 0x1B6259) is known color: Blue Stone. HEX triplet: 1B, 62 and 59. RGB value is (27,98,89). Sum of RGB (Red+Green+Blue) = 27+98+89=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #1B6259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6259 is #E49DA6. Grayscale: #4B4B4B. Windows color (decimal): -14982567 or 5857819. OLE color: 5857819.

HSL color Cylindrical-coordinate representation of color #1B6259: hue angle of 172.39º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6259 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 98 89 -
CMYK 0.72 0 0.09 0.62
HSL 172.39º 0.57% 0.25% -
HSV(B) 172.39º 0.72% 0.38% -
XYZ 6.62 9.69 10.97 -
YUV 75.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 27 98 89 0.72 0 0.09 0.62 172.39 0.57 0.25
Hex 1B 62 59 48 0 9 3E AC 39 19
Octal 33 142 131 110 0 11 76 254 71 31
Binary 11011 1100010 1011001 1001000 0 1001 111110 10101100 111001 11001

Color Harmonies of #1B6259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6259

Black with #1B6259

Text Example


Text Example

White with #1B6259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B6259; }

 p { color: rgb(27,98,89); }

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

background-color css

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

 a { background-color: rgb(27,98,89); }

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

border-color css

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

 span { border-color: rgb(27,98,89); }

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