#144660

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

Shades of Astronaut Blue #144660

Tints of Astronaut Blue #144660

Color information

#144660 (or 0x144660) is unknown color: approx Astronaut Blue. HEX triplet: 14, 46 and 60. RGB value is (20,70,96). Sum of RGB (Red+Green+Blue) = 20+70+96=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #144660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144660 is #EBB99F. Grayscale: #393939. Windows color (decimal): -15448480 or 6309396. OLE color: 6309396.

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

Color convert

RGB207096-
CMYK0.790.2700.62
HSL200.53º65.52%22.75%-
HSV(B)200.53º79.17%37.65%-
XYZ4.595.3711.86-
YUV58.01149.44100.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=10.75%
G=37.63%
B=51.61%

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
Decimal2070960.790.2700.62200.5365.5222.75
Hex1446604F1B03Ec94217
Octal241061401173307631110227
Binary1010010001101100000100111111011011111011001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144660; }

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

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

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

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

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

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

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

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