#144759

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

Shades of Astronaut Blue #144759

Tints of Astronaut Blue #144759

Color information

#144759 (or 0x144759) is unknown color: approx Astronaut Blue. HEX triplet: 14, 47 and 59. RGB value is (20,71,89). Sum of RGB (Red+Green+Blue) = 20+71+89=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #144759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144759 is #EBB8A6. Grayscale: #393939. Windows color (decimal): -15448231 or 5850900. OLE color: 5850900.

HSL color Cylindrical-coordinate representation of color #144759: hue angle of 195.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144759 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB207189-
CMYK0.780.2000.65
HSL195.65º63.3%21.37%-
HSV(B)195.65º77.53%34.9%-
XYZ4.345.3810.26-
YUV57.8145.6101.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.11%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 89 (35.16% from 255) = 49.44%
R=11.11%
G=39.44%
B=49.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2071890.780.2000.65195.6563.321.37
Hex1447594E14041c43f15
Octal241071311162401013047725
Binary1010010001111011001100111010100010000011100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144759; }

 p { color: rgb(20,71,89); }

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

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

 a { background-color: rgb(20,71,89); }

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

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

 span { border-color: rgb(20,71,89); }

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