#154056

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

Shades of Astronaut Blue #154056

Tints of Astronaut Blue #154056

Color information

#154056 (or 0x154056) is unknown color: approx Astronaut Blue. HEX triplet: 15, 40 and 56. RGB value is (21,64,86). Sum of RGB (Red+Green+Blue) = 21+64+86=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #154056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154056 is #EABFA9. Grayscale: #353535. Windows color (decimal): -15384490 or 5652501. OLE color: 5652501.

HSL color Cylindrical-coordinate representation of color #154056: hue angle of 200.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154056 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB216486-
CMYK0.760.2600.66
HSL200.31º60.75%20.98%-
HSV(B)200.31º75.58%33.73%-
XYZ3.824.59.47-
YUV53.65146.25104.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 86 (33.98% from 255) = 50.29%
R=12.28%
G=37.43%
B=50.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2164860.760.2600.66200.3160.7520.98
Hex1540564C1A042c83d15
Octal251001261143201023107525
Binary1010110000001010110100110011010010000101100100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154056; }

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

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

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

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

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

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

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

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