#154862

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

Shades of Astronaut Blue #154862

Tints of Astronaut Blue #154862

Color information

#154862 (or 0x154862) is unknown color: approx Astronaut Blue. HEX triplet: 15, 48 and 62. RGB value is (21,72,98). Sum of RGB (Red+Green+Blue) = 21+72+98=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #154862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154862 is #EAB79D. Grayscale: #3B3B3B. Windows color (decimal): -15382430 or 6440981. OLE color: 6440981.

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

Color convert

RGB217298-
CMYK0.790.2700.62
HSL200.26º64.71%23.33%-
HSV(B)200.26º78.57%38.43%-
XYZ4.835.6812.4-
YUV59.71149.6100.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=10.99%
G=37.70%
B=51.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2172980.790.2700.62200.2664.7123.33
Hex1548624F1B03Ec84117
Octal251101421173307631010127
Binary1010110010001100010100111111011011111011001000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154862; }

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

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

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

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

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

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

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

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