Html Css Color HEX #1B615B Blue Stone

📋 copy color: '#1B615B'

red 27 ◦ green 97 ◦ blue 91

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

Shades of Blue Stone #1B615B

Tints of Blue Stone #1B615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.12%

 BLUE value IS 91 (35.94% from 255) = 42.33%

R = 12.56%
G = 45.12%
B = 42.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#1B615B (or 0x1B615B) is known color: Blue Stone. HEX triplet: 1B, 61 and 5B. RGB value is (27,97,91). Sum of RGB (Red+Green+Blue) = 27+97+91=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #1B615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B615B is #E49EA4. Grayscale: #4B4B4B. Windows color (decimal): -14982821 or 5988635. OLE color: 5988635.

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

Color convert

RGB 27 97 91 -
CMYK 0.72 0 0.06 0.62
HSL 174.86º 0.56% 0.24% -
HSV(B) 174.86º 0.72% 0.38% -
XYZ 6.62 9.54 11.39 -
YUV 75.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 27 97 91 0.72 0 0.06 0.62 174.86 0.56 0.24
Hex 1B 61 5B 48 0 6 3E AF 38 18
Octal 33 141 133 110 0 6 76 257 70 30
Binary 11011 1100001 1011011 1001000 0 110 111110 10101111 111000 11000

Color Harmonies of #1B615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B615B

Black with #1B615B

Text Example


Text Example

White with #1B615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,97,91); }

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

background-color css

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

 a { background-color: rgb(27,97,91); }

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

border-color css

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

 span { border-color: rgb(27,97,91); }

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