#154961

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

Shades of Astronaut Blue #154961

Tints of Astronaut Blue #154961

Color information

#154961 (or 0x154961) is unknown color: approx Astronaut Blue. HEX triplet: 15, 49 and 61. RGB value is (21,73,97). Sum of RGB (Red+Green+Blue) = 21+73+97=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #154961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154961 is #EAB69E. Grayscale: #3C3C3C. Windows color (decimal): -15382175 or 6375701. OLE color: 6375701.

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

Color convert

RGB217397-
CMYK0.780.2500.62
HSL198.95º64.41%23.14%-
HSV(B)198.95º78.35%38.04%-
XYZ4.855.7912.17-
YUV60.19148.77100.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=10.99%
G=38.22%
B=50.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2173970.780.2500.62198.9564.4123.14
Hex1549614E1903Ec74017
Octal251111411163107630710027
Binary1010110010011100001100111011001011111011000111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154961; }

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

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

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

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

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

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

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

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