#144657

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

Shades of Astronaut Blue #144657

Tints of Astronaut Blue #144657

Color information

#144657 (or 0x144657) is unknown color: approx Astronaut Blue. HEX triplet: 14, 46 and 57. RGB value is (20,70,87). Sum of RGB (Red+Green+Blue) = 20+70+87=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #144657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144657 is #EBB9A8. Grayscale: #383838. Windows color (decimal): -15448489 or 5719572. OLE color: 5719572.

HSL color Cylindrical-coordinate representation of color #144657: hue angle of 195.22º 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 #144657 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB207087-
CMYK0.770.2000.66
HSL195.22º62.62%20.98%-
HSV(B)195.22º77.01%34.12%-
XYZ4.25.229.8-
YUV56.99144.94101.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 70 (27.73% from 255) = 39.55%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=11.30%
G=39.55%
B=49.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2070870.770.2000.66195.2262.6220.98
Hex1446574D14042c33f15
Octal241061271152401023037725
Binary1010010001101010111100110110100010000101100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144657; }

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

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

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

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

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

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

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

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