Html Css Color HEX #155060 Astronaut Blue

📋 copy color: '#155060'

red 21 ◦ green 80 ◦ blue 96

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

Shades of Astronaut Blue #155060

Tints of Astronaut Blue #155060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 10.66%
G = 40.61%
B = 48.73%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155060 (or 0x155060) is known color: Astronaut Blue. HEX triplet: 15, 50 and 60. RGB value is (21,80,96). Sum of RGB (Red+Green+Blue) = 21+80+96=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #155060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155060 is #EAAF9F. Grayscale: #404040. Windows color (decimal): -15380384 or 6311957. OLE color: 6311957.

HSL color Cylindrical-coordinate representation of color #155060: hue angle of 192.8º 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 #155060 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 80 96 -
CMYK 0.78 0.17 0 0.62
HSL 192.8º 0.64% 0.23% -
HSV(B) 192.8º 0.78% 0.38% -
XYZ 5.29 6.74 12.09 -
YUV 64.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 21 80 96 0.78 0.17 0 0.62 192.8 0.64 0.23
Hex 15 50 60 4E 11 0 3E C1 40 17
Octal 25 120 140 116 21 0 76 301 100 27
Binary 10101 1010000 1100000 1001110 10001 0 111110 11000001 1000000 10111

Color Harmonies of #155060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155060

Black with #155060

Text Example


Text Example

White with #155060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155060; }

 p { color: rgb(21,80,96); }

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

background-color css

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

 a { background-color: rgb(21,80,96); }

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

border-color css

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

 span { border-color: rgb(21,80,96); }

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