Html Css Color HEX #186066 Blue Stone

📋 copy color: '#186066'

red 24 ◦ green 96 ◦ blue 102

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

Shades of Blue Stone #186066

Tints of Blue Stone #186066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 10.81%
G = 43.24%
B = 45.95%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#186066 (or 0x186066) is known color: Blue Stone. HEX triplet: 18, 60 and 66. RGB value is (24,96,102). Sum of RGB (Red+Green+Blue) = 24+96+102=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #186066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186066 is #E79F99. Grayscale: #4B4B4B. Windows color (decimal): -15179674 or 6709272. OLE color: 6709272.

HSL color Cylindrical-coordinate representation of color #186066: hue angle of 184.62º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186066 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 24 96 102 -
CMYK 0.76 0.06 0 0.6
HSL 184.62º 0.62% 0.25% -
HSV(B) 184.62º 0.76% 0.4% -
XYZ 6.96 9.52 14.04 -
YUV 75.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 24 96 102 0.76 0.06 0 0.6 184.62 0.62 0.25
Hex 18 60 66 4C 6 0 3C B9 3E 19
Octal 30 140 146 114 6 0 74 271 76 31
Binary 11000 1100000 1100110 1001100 110 0 111100 10111001 111110 11001

Color Harmonies of #186066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186066

Black with #186066

Text Example


Text Example

White with #186066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186066; }

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

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

background-color css

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

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

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

border-color css

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

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

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