Html Css Color HEX #155462 Blue Stone

📋 copy color: '#155462'

red 21 ◦ green 84 ◦ blue 98

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

Shades of Blue Stone #155462

Tints of Blue Stone #155462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 10.34%
G = 41.38%
B = 48.28%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155462 (or 0x155462) is known color: Blue Stone. HEX triplet: 15, 54 and 62. RGB value is (21,84,98). Sum of RGB (Red+Green+Blue) = 21+84+98=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #155462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155462 is #EAAB9D. Grayscale: #424242. Windows color (decimal): -15379358 or 6444053. OLE color: 6444053.

HSL color Cylindrical-coordinate representation of color #155462: hue angle of 190.91º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155462 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 84 98 -
CMYK 0.79 0.14 0 0.62
HSL 190.91º 0.65% 0.23% -
HSV(B) 190.91º 0.79% 0.38% -
XYZ 5.68 7.38 12.68 -
YUV 66.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 21 84 98 0.79 0.14 0 0.62 190.91 0.65 0.23
Hex 15 54 62 4F E 0 3E BF 41 17
Octal 25 124 142 117 16 0 76 277 101 27
Binary 10101 1010100 1100010 1001111 1110 0 111110 10111111 1000001 10111

Color Harmonies of #155462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155462

Black with #155462

Text Example


Text Example

White with #155462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155462; }

 p { color: rgb(21,84,98); }

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

background-color css

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

 a { background-color: rgb(21,84,98); }

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

border-color css

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

 span { border-color: rgb(21,84,98); }

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