Html Css Color HEX #1B6460 Blue Stone

📋 copy color: '#1B6460'

red 27 ◦ green 100 ◦ blue 96

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

Shades of Blue Stone #1B6460

Tints of Blue Stone #1B6460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.05%

R = 12.11%
G = 44.84%
B = 43.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#1B6460 (or 0x1B6460) is known color: Blue Stone. HEX triplet: 1B, 64 and 60. RGB value is (27,100,96). Sum of RGB (Red+Green+Blue) = 27+100+96=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #1B6460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6460 is #E49B9F. Grayscale: #4D4D4D. Windows color (decimal): -14982048 or 6317083. OLE color: 6317083.

HSL color Cylindrical-coordinate representation of color #1B6460: hue angle of 176.71º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6460 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 27 100 96 -
CMYK 0.73 0 0.04 0.61
HSL 176.71º 0.57% 0.25% -
HSV(B) 176.71º 0.73% 0.39% -
XYZ 7.12 10.19 12.66 -
YUV 77.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 27 100 96 0.73 0 0.04 0.61 176.71 0.57 0.25
Hex 1B 64 60 49 0 4 3D B1 39 19
Octal 33 144 140 111 0 4 75 261 71 31
Binary 11011 1100100 1100000 1001001 0 100 111101 10110001 111001 11001

Color Harmonies of #1B6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6460

Black with #1B6460

Text Example


Text Example

White with #1B6460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,100,96); }

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

background-color css

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

 a { background-color: rgb(27,100,96); }

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

border-color css

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

 span { border-color: rgb(27,100,96); }

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