Html Css Color HEX #185867 Blue Stone

📋 copy color: '#185867'

red 24 ◦ green 88 ◦ blue 103

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

Shades of Blue Stone #185867

Tints of Blue Stone #185867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.93%

 BLUE value IS 103 (40.63% from 255) = 47.91%

R = 11.16%
G = 40.93%
B = 47.91%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#185867 (or 0x185867) is known color: Blue Stone. HEX triplet: 18, 58 and 67. RGB value is (24,88,103). Sum of RGB (Red+Green+Blue) = 24+88+103=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #185867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185867 is #E7A798. Grayscale: #464646. Windows color (decimal): -15181721 or 6772760. OLE color: 6772760.

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

Color convert

RGB 24 88 103 -
CMYK 0.77 0.15 0 0.60
HSL 191.39º 0.62% 0.25% -
HSV(B) 191.39º 0.77% 0.4% -
XYZ 6.31 8.15 14.07 -
YUV 70.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 24 88 103 0.77 0.15 0 0.60 191.39 0.62 0.25
Hex 18 58 67 4D F 0 3C BF 3E 19
Octal 30 130 147 115 17 0 74 277 76 31
Binary 11000 1011000 1100111 1001101 1111 0 111100 10111111 111110 11001

Color Harmonies of #185867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185867

Black with #185867

Text Example


Text Example

White with #185867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185867; }

 p { color: rgb(24,88,103); }

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

background-color css

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

 a { background-color: rgb(24,88,103); }

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

border-color css

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

 span { border-color: rgb(24,88,103); }

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