#144557

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

Shades of Astronaut Blue #144557

Tints of Astronaut Blue #144557

Color information

#144557 (or 0x144557) is unknown color: approx Astronaut Blue. HEX triplet: 14, 45 and 57. RGB value is (20,69,87). Sum of RGB (Red+Green+Blue) = 20+69+87=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #144557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144557 is #EBBAA8. Grayscale: #383838. Windows color (decimal): -15448745 or 5719316. OLE color: 5719316.

HSL color Cylindrical-coordinate representation of color #144557: hue angle of 196.12º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144557 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB206987-
CMYK0.770.2100.66
HSL196.12º62.62%20.98%-
HSV(B)196.12º77.01%34.12%-
XYZ4.145.099.78-
YUV56.4145.27102.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=11.36%
G=39.20%
B=49.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2069870.770.2100.66196.1262.6220.98
Hex1445574D15042c43f15
Octal241051271152501023047725
Binary1010010001011010111100110110101010000101100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144557; }

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

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

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

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

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

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

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

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