#154962

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

Shades of Astronaut Blue #154962

Tints of Astronaut Blue #154962

Color information

#154962 (or 0x154962) is unknown color: approx Astronaut Blue. HEX triplet: 15, 49 and 62. RGB value is (21,73,98). Sum of RGB (Red+Green+Blue) = 21+73+98=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #154962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154962 is #EAB69D. Grayscale: #3C3C3C. Windows color (decimal): -15382174 or 6441237. OLE color: 6441237.

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

Color convert

RGB217398-
CMYK0.790.2600.62
HSL199.48º64.71%23.33%-
HSV(B)199.48º78.57%38.43%-
XYZ4.95.8112.42-
YUV60.3149.2799.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=10.94%
G=38.02%
B=51.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2173980.790.2600.62199.4864.7123.33
Hex1549624F1A03Ec74117
Octal251111421173207630710127
Binary1010110010011100010100111111010011111011000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154962; }

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

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

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

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

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

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

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

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