#154055

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

Shades of Astronaut Blue #154055

Tints of Astronaut Blue #154055

Color information

#154055 (or 0x154055) is unknown color: approx Astronaut Blue. HEX triplet: 15, 40 and 55. RGB value is (21,64,85). Sum of RGB (Red+Green+Blue) = 21+64+85=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #154055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154055 is #EABFAA. Grayscale: #353535. Windows color (decimal): -15384491 or 5586965. OLE color: 5586965.

HSL color Cylindrical-coordinate representation of color #154055: hue angle of 199.69º 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 #154055 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB216485-
CMYK0.750.2500.67
HSL199.69º60.38%20.78%-
HSV(B)199.69º75.29%33.33%-
XYZ3.784.489.26-
YUV53.54145.75104.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 85 (33.59% from 255) = 50%
R=12.35%
G=37.65%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2164850.750.2500.67199.6960.3820.78
Hex1540554B19043c83c15
Octal251001251133101033107425
Binary1010110000001010101100101111001010000111100100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154055; }

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

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

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

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

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

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

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

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