Html Css Color HEX #18606B Blue Stone

📋 copy color: '#18606B'

red 24 ◦ green 96 ◦ blue 107

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

Shades of Blue Stone #18606B

Tints of Blue Stone #18606B

RGB

 RED value IS 24 (9.77% from 255) = 10.57%

 GREEN value IS 96 (37.89% from 255) = 42.29%

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 10.57%
G = 42.29%
B = 47.14%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18606B (or 0x18606B) is known color: Blue Stone. HEX triplet: 18, 60 and 6B. RGB value is (24,96,107). Sum of RGB (Red+Green+Blue) = 24+96+107=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #18606B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18606B is #E79F94. Grayscale: #4B4B4B. Windows color (decimal): -15179669 or 7036952. OLE color: 7036952.

HSL color Cylindrical-coordinate representation of color #18606B: hue angle of 187.95º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18606B is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 96 107 -
CMYK 0.78 0.10 0 0.58
HSL 187.95º 0.63% 0.26% -
HSV(B) 187.95º 0.78% 0.42% -
XYZ 7.21 9.62 15.39 -
YUV 75.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 24 96 107 0.78 0.10 0 0.58 187.95 0.63 0.26
Hex 18 60 6B 4E A 0 3A BC 3F 1A
Octal 30 140 153 116 12 0 72 274 77 32
Binary 11000 1100000 1101011 1001110 1010 0 111010 10111100 111111 11010

Color Harmonies of #18606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18606B

Black with #18606B

Text Example


Text Example

White with #18606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18606B; }

 p { color: rgb(24,96,107); }

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

background-color css

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

 a { background-color: rgb(24,96,107); }

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

border-color css

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

 span { border-color: rgb(24,96,107); }

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