Html Css Color HEX #155867 Blue Stone

📋 copy color: '#155867'

red 21 ◦ green 88 ◦ blue 103

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

Shades of Blue Stone #155867

Tints of Blue Stone #155867

RGB

 RED value IS 21 (8.59% from 255) = 9.91%

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

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

R = 9.91%
G = 41.51%
B = 48.58%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#155867 (or 0x155867) is known color: Blue Stone. HEX triplet: 15, 58 and 67. RGB value is (21,88,103). Sum of RGB (Red+Green+Blue) = 21+88+103=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #155867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155867 is #EAA798. Grayscale: #454545. Windows color (decimal): -15378329 or 6772757. OLE color: 6772757.

HSL color Cylindrical-coordinate representation of color #155867: hue angle of 190.98º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155867 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 88 103 -
CMYK 0.80 0.15 0 0.60
HSL 190.98º 0.66% 0.24% -
HSV(B) 190.98º 0.8% 0.4% -
XYZ 6.25 8.12 14.07 -
YUV 69.68 146.8 93.28 -
System Red Green Blue C M Y K H S L
Decimal 21 88 103 0.80 0.15 0 0.60 190.98 0.66 0.24
Hex 15 58 67 50 F 0 3C BF 42 18
Octal 25 130 147 120 17 0 74 277 102 30
Binary 10101 1011000 1100111 1010000 1111 0 111100 10111111 1000010 11000

Color Harmonies of #155867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155867

Black with #155867

Text Example


Text Example

White with #155867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155867; }

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

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

background-color css

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

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

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

border-color css

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

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

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