Html Css Color HEX #155968 Blue Stone

📋 copy color: '#155968'

red 21 ◦ green 89 ◦ blue 104

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

Shades of Blue Stone #155968

Tints of Blue Stone #155968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.59%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 9.81%
G = 41.59%
B = 48.6%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155968 (or 0x155968) is known color: Blue Stone. HEX triplet: 15, 59 and 68. RGB value is (21,89,104). Sum of RGB (Red+Green+Blue) = 21+89+104=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #155968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155968 is #EAA697. Grayscale: #464646. Windows color (decimal): -15378072 or 6838549. OLE color: 6838549.

HSL color Cylindrical-coordinate representation of color #155968: hue angle of 190.84º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155968 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 89 104 -
CMYK 0.80 0.14 0 0.59
HSL 190.84º 0.66% 0.25% -
HSV(B) 190.84º 0.8% 0.41% -
XYZ 6.38 8.3 14.36 -
YUV 70.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 21 89 104 0.80 0.14 0 0.59 190.84 0.66 0.25
Hex 15 59 68 50 E 0 3B BF 42 19
Octal 25 131 150 120 16 0 73 277 102 31
Binary 10101 1011001 1101000 1010000 1110 0 111011 10111111 1000010 11001

Color Harmonies of #155968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155968

Black with #155968

Text Example


Text Example

White with #155968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155968; }

 p { color: rgb(21,89,104); }

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

background-color css

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

 a { background-color: rgb(21,89,104); }

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

border-color css

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

 span { border-color: rgb(21,89,104); }

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