#154566

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

Shades of Astronaut Blue #154566

Tints of Astronaut Blue #154566

Color information

#154566 (or 0x154566) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 66. RGB value is (21,69,102). Sum of RGB (Red+Green+Blue) = 21+69+102=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #154566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154566 is #EABA99. Grayscale: #3A3A3A. Windows color (decimal): -15383194 or 6702357. OLE color: 6702357.

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

Color convert

RGB2169102-
CMYK0.790.3200.6
HSL204.44º65.85%24.12%-
HSV(B)204.44º79.41%40%-
XYZ4.845.3713.35-
YUV58.41152.6101.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=10.94%
G=35.94%
B=53.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21691020.790.3200.6204.4465.8524.12
Hex1545664F2003Ccc4218
Octal251051461174007431410230
Binary10101100010111001101001111100000011110011001100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154566; }

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

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

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

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

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

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

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

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