#154C61

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

Shades of Astronaut Blue #154C61

Tints of Astronaut Blue #154C61

Color information

#154C61 (or 0x154C61) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4C and 61. RGB value is (21,76,97). Sum of RGB (Red+Green+Blue) = 21+76+97=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #154C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C61 is #EAB39E. Grayscale: #3D3D3D. Windows color (decimal): -15381407 or 6376469. OLE color: 6376469.

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

Color convert

RGB217697-
CMYK0.780.2200.62
HSL196.58º64.41%23.14%-
HSV(B)196.58º78.35%38.04%-
XYZ5.056.1912.24-
YUV61.95147.7898.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 97 (38.28% from 255) = 50%
R=10.82%
G=39.18%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2176970.780.2200.62196.5864.4123.14
Hex154C614E1603Ec54017
Octal251141411162607630510027
Binary1010110011001100001100111010110011111011000101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154C61; }

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

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

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

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

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

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

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

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