#144560

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

Shades of Astronaut Blue #144560

Tints of Astronaut Blue #144560

Color information

#144560 (or 0x144560) is unknown color: approx Astronaut Blue. HEX triplet: 14, 45 and 60. RGB value is (20,69,96). Sum of RGB (Red+Green+Blue) = 20+69+96=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #144560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144560 is #EBBA9F. Grayscale: #393939. Windows color (decimal): -15448736 or 6309140. OLE color: 6309140.

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

Color convert

RGB206996-
CMYK0.790.2800.62
HSL201.32º65.52%22.75%-
HSV(B)201.32º79.17%37.65%-
XYZ4.535.2511.84-
YUV57.43149.77101.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=10.81%
G=37.30%
B=51.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2069960.790.2800.62201.3265.5222.75
Hex1445604F1C03Ec94217
Octal241051401173407631110227
Binary1010010001011100000100111111100011111011001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144560; }

 p { color: rgb(20,69,96); }

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

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

 a { background-color: rgb(20,69,96); }

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

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

 span { border-color: rgb(20,69,96); }

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