#154155

Color #154155 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #154155

Tints of Astronaut Blue #154155

Color information

#154155 (or 0x154155) is unknown color: approx Astronaut Blue. HEX triplet: 15, 41 and 55. RGB value is (21,65,85). Sum of RGB (Red+Green+Blue) = 21+65+85=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #154155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154155 is #EABEAA. Grayscale: #363636. Windows color (decimal): -15384235 or 5587221. OLE color: 5587221.

HSL color Cylindrical-coordinate representation of color #154155: hue angle of 198.75º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154155 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB216585-
CMYK0.750.2400.67
HSL198.75º60.38%20.78%-
HSV(B)198.75º75.29%33.33%-
XYZ3.844.69.28-
YUV54.12145.42104.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=12.28%
G=38.01%
B=49.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2165850.750.2400.67198.7560.3820.78
Hex1541554B18043c73c15
Octal251011251133001033077425
Binary1010110000011010101100101111000010000111100011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154155; }

 p { color: rgb(21,65,85); }

 H1.HeaderClassName
 {
   color: #154155;
 }
 .AnyTagClassName
 {
   color: #154155;
 }
</style>
background-color css

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

 a { background-color: rgb(21,65,85); }

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

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

 span { border-color: rgb(21,65,85); }

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