Html Css Color HEX #1B6360 Blue Stone

📋 copy color: '#1B6360'

red 27 ◦ green 99 ◦ blue 96

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

Shades of Blue Stone #1B6360

Tints of Blue Stone #1B6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.59%

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

R = 12.16%
G = 44.59%
B = 43.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#1B6360 (or 0x1B6360) is known color: Blue Stone. HEX triplet: 1B, 63 and 60. RGB value is (27,99,96). Sum of RGB (Red+Green+Blue) = 27+99+96=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6360 is #E49C9F. Grayscale: #4D4D4D. Windows color (decimal): -14982304 or 6316827. OLE color: 6316827.

HSL color Cylindrical-coordinate representation of color #1B6360: hue angle of 177.5º 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 #1B6360 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 27 99 96 -
CMYK 0.73 0 0.03 0.61
HSL 177.5º 0.57% 0.25% -
HSV(B) 177.5º 0.73% 0.39% -
XYZ 7.03 10 12.63 -
YUV 77.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 27 99 96 0.73 0 0.03 0.61 177.5 0.57 0.25
Hex 1B 63 60 49 0 3 3D B2 39 19
Octal 33 143 140 111 0 3 75 262 71 31
Binary 11011 1100011 1100000 1001001 0 11 111101 10110010 111001 11001

Color Harmonies of #1B6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6360

Black with #1B6360

Text Example


Text Example

White with #1B6360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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