#154463

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

Shades of Astronaut Blue #154463

Tints of Astronaut Blue #154463

Color information

#154463 (or 0x154463) is unknown color: approx Astronaut Blue. HEX triplet: 15, 44 and 63. RGB value is (21,68,99). Sum of RGB (Red+Green+Blue) = 21+68+99=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #154463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154463 is #EABB9C. Grayscale: #393939. Windows color (decimal): -15383453 or 6505493. OLE color: 6505493.

HSL color Cylindrical-coordinate representation of color #154463: hue angle of 203.85º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154463 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB216899-
CMYK0.790.3100.61
HSL203.85º65%23.53%-
HSV(B)203.85º78.79%38.82%-
XYZ4.635.1912.56-
YUV57.48151.43101.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=11.17%
G=36.17%
B=52.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2168990.790.3100.61203.856523.53
Hex1544634F1F03Dcc4118
Octal251041431173707531410130
Binary1010110001001100011100111111111011110111001100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154463; }

 p { color: rgb(21,68,99); }

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

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

 a { background-color: rgb(21,68,99); }

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

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

 span { border-color: rgb(21,68,99); }

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