#154E62

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

Shades of Astronaut Blue #154E62

Tints of Astronaut Blue #154E62

Color information

#154E62 (or 0x154E62) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4E and 62. RGB value is (21,78,98). Sum of RGB (Red+Green+Blue) = 21+78+98=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #154E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E62 is #EAB19D. Grayscale: #3F3F3F. Windows color (decimal): -15380894 or 6442517. OLE color: 6442517.

HSL color Cylindrical-coordinate representation of color #154E62: hue angle of 195.58º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154E62 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB217898-
CMYK0.790.2000.62
HSL195.58º64.71%23.33%-
HSV(B)195.58º78.57%38.43%-
XYZ5.246.4912.53-
YUV63.24147.6297.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=10.66%
G=39.59%
B=49.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2178980.790.2000.62195.5864.7123.33
Hex154E624F1403Ec44117
Octal251161421172407630410127
Binary1010110011101100010100111110100011111011000100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,78,98); }

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

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

 a { background-color: rgb(21,78,98); }

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

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

 span { border-color: rgb(21,78,98); }

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