#144859

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

Shades of Astronaut Blue #144859

Tints of Astronaut Blue #144859

Color information

#144859 (or 0x144859) is unknown color: approx Astronaut Blue. HEX triplet: 14, 48 and 59. RGB value is (20,72,89). Sum of RGB (Red+Green+Blue) = 20+72+89=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #144859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144859 is #EBB7A6. Grayscale: #3A3A3A. Windows color (decimal): -15447975 or 5851156. OLE color: 5851156.

HSL color Cylindrical-coordinate representation of color #144859: hue angle of 194.78º 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 #144859 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB207289-
CMYK0.780.1900.65
HSL194.78º63.3%21.37%-
HSV(B)194.78º77.53%34.9%-
XYZ4.415.510.28-
YUV58.39145.27100.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=11.05%
G=39.78%
B=49.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2072890.780.1900.65194.7863.321.37
Hex1448594E13041c33f15
Octal241101311162301013037725
Binary1010010010001011001100111010011010000011100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144859; }

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

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

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

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

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

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

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

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