#154761

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

Shades of Astronaut Blue #154761

Tints of Astronaut Blue #154761

Color information

#154761 (or 0x154761) is unknown color: approx Astronaut Blue. HEX triplet: 15, 47 and 61. RGB value is (21,71,97). Sum of RGB (Red+Green+Blue) = 21+71+97=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #154761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154761 is #EAB89E. Grayscale: #3A3A3A. Windows color (decimal): -15382687 or 6375189. OLE color: 6375189.

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

Color convert

RGB217197-
CMYK0.780.2700.62
HSL200.53º64.41%23.14%-
HSV(B)200.53º78.35%38.04%-
XYZ4.725.5312.13-
YUV59.01149.44100.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=11.11%
G=37.57%
B=51.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2171970.780.2700.62200.5364.4123.14
Hex1547614E1B03Ec94017
Octal251071411163307631110027
Binary1010110001111100001100111011011011111011001001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154761; }

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

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

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

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

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

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

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

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