#185962

Color #185962 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #185962

Tints of Blue Stone #185962

Color information

#185962 (or 0x185962) is unknown color: approx Blue Stone. HEX triplet: 18, 59 and 62. RGB value is (24,89,98). Sum of RGB (Red+Green+Blue) = 24+89+98=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #185962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185962 is #E7A69D. Grayscale: #464646. Windows color (decimal): -15181470 or 6445336. OLE color: 6445336.

HSL color Cylindrical-coordinate representation of color #185962: hue angle of 187.3º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185962 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB248998-
CMYK0.760.0900.62
HSL187.3º60.66%23.92%-
HSV(B)187.3º75.51%38.43%-
XYZ6.158.2212.82-
YUV70.59143.4794.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=11.37%
G=42.18%
B=46.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2489980.760.0900.62187.360.6623.92
Hex1859624C903Ebb3d18
Octal30131142114110762737530
Binary11000101100111000101001100100101111101011101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185962; }

 p { color: rgb(24,89,98); }

 H1.HeaderClassName
 {
   color: #185962;
 }
 .AnyTagClassName
 {
   color: #185962;
 }
</style>
background-color css

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

 a { background-color: rgb(24,89,98); }

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

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

 span { border-color: rgb(24,89,98); }

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