#154565

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

Shades of Astronaut Blue #154565

Tints of Astronaut Blue #154565

Color information

#154565 (or 0x154565) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 65. RGB value is (21,69,101). Sum of RGB (Red+Green+Blue) = 21+69+101=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #154565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154565 is #EABA9A. Grayscale: #3A3A3A. Windows color (decimal): -15383195 or 6636821. OLE color: 6636821.

HSL color Cylindrical-coordinate representation of color #154565: hue angle of 204º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154565 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2169101-
CMYK0.790.3200.60
HSL204º65.57%23.92%-
HSV(B)204º79.21%39.61%-
XYZ4.795.3613.09-
YUV58.3152.1101.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 101 (39.84% from 255) = 52.88%
R=10.99%
G=36.13%
B=52.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21691010.790.3200.6020465.5723.92
Hex1545654F2003Ccc4218
Octal251051451174007431410230
Binary10101100010111001011001111100000011110011001100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154565; }

 p { color: rgb(21,69,101); }

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

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

 a { background-color: rgb(21,69,101); }

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

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

 span { border-color: rgb(21,69,101); }

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