Html Css Color HEX #155161 Astronaut Blue

📋 copy color: '#155161'

red 21 ◦ green 81 ◦ blue 97

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

Shades of Astronaut Blue #155161

Tints of Astronaut Blue #155161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 10.55%
G = 40.7%
B = 48.74%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155161 (or 0x155161) is known color: Astronaut Blue. HEX triplet: 15, 51 and 61. RGB value is (21,81,97). Sum of RGB (Red+Green+Blue) = 21+81+97=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #155161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155161 is #EAAE9E. Grayscale: #404040. Windows color (decimal): -15380127 or 6377749. OLE color: 6377749.

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

Color convert

RGB 21 81 97 -
CMYK 0.78 0.16 0 0.62
HSL 192.63º 0.64% 0.23% -
HSV(B) 192.63º 0.78% 0.38% -
XYZ 5.41 6.91 12.36 -
YUV 64.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 21 81 97 0.78 0.16 0 0.62 192.63 0.64 0.23
Hex 15 51 61 4E 10 0 3E C1 40 17
Octal 25 121 141 116 20 0 76 301 100 27
Binary 10101 1010001 1100001 1001110 10000 0 111110 11000001 1000000 10111

Color Harmonies of #155161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155161

Black with #155161

Text Example


Text Example

White with #155161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155161; }

 p { color: rgb(21,81,97); }

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

background-color css

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

 a { background-color: rgb(21,81,97); }

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

border-color css

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

 span { border-color: rgb(21,81,97); }

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